Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-aarp.h packet-ascend.h packet-atm.h
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Tue, 15 Feb 2000 15:06:35 -0600 (CST)
gram 2000/02/15 15:06:27 CST Modified files: . Makefile.am capture.c dfilter-scanner.l ethertype.c packet-afs.h packet-arp.h packet-ascend.c packet-atalk.h packet-atm.c packet-bgp.h packet-clip.c packet-dns.h packet-eth.c packet-fddi.c packet-gre.c packet-http.c packet-ip.c packet-ip.h packet-ipsec.c packet-ipv6.c packet-ipv6.h packet-ipx.c packet-ipx.h packet-isl.c packet-lapb.c packet-lapd.c packet-llc.c packet-nbipx.c packet-nbns.c packet-ncp.h packet-netbios.c packet-netbios.h packet-ntp.h packet-null.c packet-osi.c packet-ospf.h packet-pim.c packet-ppp.c packet-pppoe.c packet-q931.h packet-raw.c packet-rip.h packet-ripng.h packet-rpc.h packet-rsvp.c packet-rsvp.h packet-rtsp.c packet-rx.c packet-rx.h packet-sap.c packet-sna.h packet-snmp.h packet-sscop.c packet-tcp.c packet-tns.h packet-tr.c packet-udp.c packet-vines.h packet-vlan.c packet-x25.c packet-yhoo.h packet.c packet.h Added files: . packet-aarp.h packet-ascend.h packet-atm.h packet-auto_rp.h packet-bootp.h packet-bpdu.h packet-cdp.h packet-cgmp.h packet-clip.h packet-eth.h packet-fddi.h packet-ftp.h packet-giop.h packet-gre.h packet-hsrp.h packet-http.h packet-icmpv6.h packet-icp.h packet-icq.h packet-imap.h packet-ipp.h packet-ipsec.h packet-irc.h packet-isakmp.h packet-isl.h packet-l2tp.h packet-lapb.h packet-lapd.h packet-ldap.h packet-llc.h packet-lpd.h packet-mapi.h packet-nbipx.h packet-nbns.h packet-nntp.h packet-null.h packet-osi.h packet-pim.h packet-pop.h packet-ppp.h packet-pppoe.h packet-pptp.h packet-q2931.h packet-radius.h packet-raw.h packet-rtsp.h packet-sap.h packet-sdp.h packet-smb.h packet-srvloc.h packet-sscop.h packet-tacacs.h packet-tcp.h packet-telnet.h packet-tftp.h packet-time.h packet-tr.h packet-trmac.h packet-udp.h packet-v120.h packet-vlan.h packet-vrrp.h packet-vtp.h packet-wccp.h packet-who.h packet-x25.h Log: 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. Revision Changes Path 1.167 +67 -1 ethereal/Makefile.am 1.96 +8 -1 ethereal/capture.c 1.29 +6 -1 ethereal/dfilter-scanner.l 1.27 +12 -1 ethereal/ethertype.c 1.2 +3 -1 ethereal/packet-afs.h 1.2 +2 -1 ethereal/packet-arp.h 1.9 +3 -1 ethereal/packet-ascend.c 1.2 +4 -1 ethereal/packet-atalk.h 1.12 +5 -1 ethereal/packet-atm.c 1.7 +3 -1 ethereal/packet-bgp.h 1.5 +2 -1 ethereal/packet-clip.c 1.5 +3 -1 ethereal/packet-dns.h 1.29 +4 -1 ethereal/packet-eth.c 1.27 +2 -1 ethereal/packet-fddi.c 1.15 +3 -1 ethereal/packet-gre.c 1.14 +2 -1 ethereal/packet-http.c 1.74 +19 -6 ethereal/packet-ip.c 1.11 +4 -1 ethereal/packet-ip.h 1.11 +2 -1 ethereal/packet-ipsec.c 1.27 +6 -1 ethereal/packet-ipv6.c 1.12 +3 -1 ethereal/packet-ipv6.h 1.49 +2 -1 ethereal/packet-ipx.c 1.6 +7 -5 ethereal/packet-ipx.h 1.5 +3 -1 ethereal/packet-isl.c 1.10 +2 -1 ethereal/packet-lapb.c 1.5 +2 -1 ethereal/packet-lapd.c 1.49 +11 -2 ethereal/packet-llc.c 1.18 +3 -2 ethereal/packet-nbipx.c 1.37 +3 -1 ethereal/packet-nbns.c 1.9 +2 -2 ethereal/packet-ncp.h 1.15 +3 -1 ethereal/packet-netbios.c 1.5 +4 -1 ethereal/packet-netbios.h 1.3 +3 -1 ethereal/packet-ntp.h 1.19 +7 -1 ethereal/packet-null.c 1.21 +2 -1 ethereal/packet-osi.c 1.6 +2 -2 ethereal/packet-ospf.h 1.9 +2 -1 ethereal/packet-pim.c 1.28 +5 -1 ethereal/packet-ppp.c 1.5 +2 -1 ethereal/packet-pppoe.c 1.2 +3 -1 ethereal/packet-q931.h 1.13 +2 -1 ethereal/packet-raw.c 1.4 +3 -1 ethereal/packet-rip.h 1.2 +7 -1 ethereal/packet-ripng.h 1.13 +2 -1 ethereal/packet-rpc.h 1.13 +433 -1 ethereal/packet-rsvp.c 1.8 +2 -437 ethereal/packet-rsvp.h 1.8 +2 -1 ethereal/packet-rtsp.c 1.8 +2 -1 ethereal/packet-rx.c 1.2 +3 -1 ethereal/packet-rx.h 1.5 +2 -2 ethereal/packet-sap.c 1.2 +3 -1 ethereal/packet-sna.h 1.3 +3 -1 ethereal/packet-snmp.h 1.5 +2 -1 ethereal/packet-sscop.c 1.57 +24 -4 ethereal/packet-tcp.c 1.2 +25 -2 ethereal/packet-tns.h 1.35 +3 -1 ethereal/packet-tr.c 1.50 +29 -2 ethereal/packet-udp.c 1.4 +11 -1 ethereal/packet-vines.h 1.8 +3 -1 ethereal/packet-vlan.c 1.18 +3 -1 ethereal/packet-x25.c 1.5 +3 -1 ethereal/packet-yhoo.h 1.64 +13 -4 ethereal/packet.c 1.172 +5 -166 ethereal/packet.h
- Prev by Date: [ethereal-cvs] cvs commit: ethereal packet-bootp.c
- Next by Date: [ethereal-cvs] cvs commit: ethereal/plugins Makefile.am
- Previous by thread: [ethereal-cvs] cvs commit: ethereal packet-bootp.c
- Next by thread: [ethereal-cvs] cvs commit: ethereal/plugins Makefile.am
- Index(es):