Changeset dbdc23f for libpacketdump
- Timestamp:
- 03/23/07 16:56:39 (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:
- be22b51
- Parents:
- 4a207b8
- Location:
- libpacketdump
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/Makefile.am
rbf0f554 rdbdc23f 35 35 # 36 36 37 # POS38 BIN_PROTOCOLS+=link_9.la39 40 37 # Obsolete Legacy ATM 41 38 # 39 40 # PoS 42 41 43 42 # Obsolete Legacy Ethernet 44 43 BIN_PROTOCOLS+=link_10.la 45 44 46 # 802.11 Pris om45 # 802.11 Prism 47 46 BIN_PROTOCOLS+=link_11.la 48 47 49 # AAL548 # 13: AAL5 50 49 # 51 # Duck 50 # 14: Duck 51 # 52 52 53 # 53 # 15: Radiotap 54 BIN_PROTOCOLS+=link_15.la 54 55 55 # Radiotap 56 BIN_PROTOCOLS+=link_15.la 56 # 16: LLC/SNAP 57 # 58 # 17: PPP 59 TXT_PROTOCOLS+=link_17.protocol 57 60 58 61 # Decoders for various ethertypes (in decimal) … … 95 98 link_4_la_LDFLAGS=-module 96 99 link_6_la_LDFLAGS=-module 97 link_9_la_LDFLAGS=-module98 100 link_10_la_LDFLAGS=-module 99 101 link_11_la_LDFLAGS=-module … … 130 132 AM_YFLAGS=-d 131 133 EXTRA_DIST=lexer.l parser.y 134 135 install-exec-hook: 136 cd $(DESTDIR)$(plugindir) && $(LN_S) eth_2048.so ppp_33.so
Note: See TracChangeset
for help on using the changeset viewer.