Create a header file for every packet-*.c file. Prune the packet.h file.
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 15 Feb 2000 21:06:58 +0000 (21:06 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 15 Feb 2000 21:06:58 +0000 (21:06 +0000)
commitbb2001e69691a52b0c78e29c76936ba270d3ce60
tree1ed7404ba1544d1204efc77468af4f151c6fc67d
parent7306ee01d06e36b473b81b7c1ea832537a2e7e4a
Create a header file for every packet-*.c file. Prune the packet.h file.
This change allows you to add a new packet-*.c file and not cause a
recompilation of everything that #include's packet.h

Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list.

Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol
is not defined, squelching a compiler complaint when compiling the generated
C file.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1637 f5534014-38df-0310-8fa8-9805f1628bb7
131 files changed:
Makefile.am
capture.c
dfilter-scanner.l
ethertype.c
packet-aarp.h [new file with mode: 0644]
packet-afs.h
packet-arp.h
packet-ascend.c
packet-ascend.h [new file with mode: 0644]
packet-atalk.h
packet-atm.c
packet-atm.h [new file with mode: 0644]
packet-auto_rp.h [new file with mode: 0644]
packet-bgp.h
packet-bootp.h [new file with mode: 0644]
packet-bpdu.h [new file with mode: 0644]
packet-cdp.h [new file with mode: 0644]
packet-cgmp.h [new file with mode: 0644]
packet-clip.c
packet-clip.h [new file with mode: 0644]
packet-dns.h
packet-eth.c
packet-eth.h [new file with mode: 0644]
packet-fddi.c
packet-fddi.h [new file with mode: 0644]
packet-ftp.h [new file with mode: 0644]
packet-giop.h [new file with mode: 0644]
packet-gre.c
packet-gre.h [new file with mode: 0644]
packet-hsrp.h [new file with mode: 0644]
packet-http.c
packet-http.h [new file with mode: 0644]
packet-icmpv6.h [new file with mode: 0644]
packet-icp.h [new file with mode: 0644]
packet-icq.h [new file with mode: 0644]
packet-imap.h [new file with mode: 0644]
packet-ip.c
packet-ip.h
packet-ipp.h [new file with mode: 0644]
packet-ipsec.c
packet-ipsec.h [new file with mode: 0644]
packet-ipv6.c
packet-ipv6.h
packet-ipx.c
packet-ipx.h
packet-irc.h [new file with mode: 0644]
packet-isakmp.h [new file with mode: 0644]
packet-isl.c
packet-isl.h [new file with mode: 0644]
packet-l2tp.h [new file with mode: 0644]
packet-lapb.c
packet-lapb.h [new file with mode: 0644]
packet-lapd.c
packet-lapd.h [new file with mode: 0644]
packet-ldap.h [new file with mode: 0644]
packet-llc.c
packet-llc.h [new file with mode: 0644]
packet-lpd.h [new file with mode: 0644]
packet-mapi.h [new file with mode: 0644]
packet-nbipx.c
packet-nbipx.h [new file with mode: 0644]
packet-nbns.c
packet-nbns.h [new file with mode: 0644]
packet-ncp.h
packet-netbios.c
packet-netbios.h
packet-nntp.h [new file with mode: 0644]
packet-ntp.h
packet-null.c
packet-null.h [new file with mode: 0644]
packet-osi.c
packet-osi.h [new file with mode: 0644]
packet-ospf.h
packet-pim.c
packet-pim.h [new file with mode: 0644]
packet-pop.h [new file with mode: 0644]
packet-ppp.c
packet-ppp.h [new file with mode: 0644]
packet-pppoe.c
packet-pppoe.h [new file with mode: 0644]
packet-pptp.h [new file with mode: 0644]
packet-q2931.h [new file with mode: 0644]
packet-q931.h
packet-radius.h [new file with mode: 0644]
packet-raw.c
packet-raw.h [new file with mode: 0644]
packet-rip.h
packet-ripng.h
packet-rpc.h
packet-rsvp.c
packet-rsvp.h
packet-rtsp.c
packet-rtsp.h [new file with mode: 0644]
packet-rx.c
packet-rx.h
packet-sap.c
packet-sap.h [new file with mode: 0644]
packet-sdp.h [new file with mode: 0644]
packet-smb.h [new file with mode: 0644]
packet-sna.h
packet-snmp.h
packet-srvloc.h [new file with mode: 0644]
packet-sscop.c
packet-sscop.h [new file with mode: 0644]
packet-tacacs.h [new file with mode: 0644]
packet-tcp.c
packet-tcp.h [new file with mode: 0644]
packet-telnet.h [new file with mode: 0644]
packet-tftp.h [new file with mode: 0644]
packet-time.h [new file with mode: 0644]
packet-tns.h
packet-tr.c
packet-tr.h [new file with mode: 0644]
packet-trmac.h [new file with mode: 0644]
packet-udp.c
packet-udp.h [new file with mode: 0644]
packet-v120.h [new file with mode: 0644]
packet-vines.h
packet-vlan.c
packet-vlan.h [new file with mode: 0644]
packet-vrrp.h [new file with mode: 0644]
packet-vtp.h [new file with mode: 0644]
packet-wccp.h [new file with mode: 0644]
packet-who.h [new file with mode: 0644]
packet-x25.c
packet-x25.h [new file with mode: 0644]
packet-yhoo.h
packet.c
packet.h
plugins/Makefile.am
wiretap/ascend-scanner.l