Changeset 889ddc3 for libpacketdump
- Timestamp:
- 05/31/06 11:20:08 (16 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:
- bd6869b
- Parents:
- a700713
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/eth_2048.cc
r4e65f42 r889ddc3 35 35 DISPLAYS(ip_len," Total Length %i") 36 36 printf("\n IP:"); 37 DISPLAY(ip_id," Id % i");37 DISPLAY(ip_id," Id %u"); 38 38 39 39 if ((unsigned int)len >= ((char *)&ip->ip_ttl - (char *)ip - 2)) {
Note: See TracChangeset
for help on using the changeset viewer.