Changeset f6c2d8d for libpacketdump/parser/parser.h
- Timestamp:
- 05/23/06 13:40:23 (15 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:
- 1b95fd0
- Parents:
- 440a60f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/parser/parser.h
r14b2010 rf6c2d8d 11 11 enum byte_order_t { 12 12 BIGENDIAN, 13 LITTLEENDIAN ,13 LITTLEENDIAN 14 14 }; 15 15 … … 20 20 DISPLAY_IPV4, 21 21 DISPLAY_MAC, 22 DISPLAY_FLAG ,22 DISPLAY_FLAG 23 23 }; 24 24
Note: See TracChangeset
for help on using the changeset viewer.