Changeset 70892e3 for examples/tracedump/eth_2048.cc
- Timestamp:
- 09/06/04 13:26:57 (18 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 4e194bc
- Parents:
- 3fb49bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tracedump/eth_2048.cc
r258c1fb r70892e3 35 35 DISPLAY(id," Id %i"); 36 36 DISPLAY(frag_off," Fragoff %i"); 37 printf("\n IP:");37 //printf("\n IP:"); 38 38 DISPLAY(ttl," TTL %i"); 39 39 DISPLAY(protocol," Proto %i"); 40 40 DISPLAYS(check," Checksum %i\n"); 41 DISPLAYIP(saddr," IP: Source %s \n");42 DISPLAYIP(daddr," IP:Destination %s\n");41 DISPLAYIP(saddr," IP: Source %s "); 42 DISPLAYIP(daddr,"Destination %s\n"); 43 43 decode_next(packet+sizeof(*ip),len-sizeof(*ip),"ip",ip->protocol); 44 44 return;
Note: See TracChangeset
for help on using the changeset viewer.