Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.nmake NEWS packet-aarp.c pa
gram 1999/07/29 00:47:27 CDT
Modified files:
. Makefile.nmake NEWS packet-aarp.c
packet-arp.c packet-atalk.c
packet-bootp.c packet-cdp.c packet-data.c
packet-dns.c packet-eth.c packet-fddi.c
packet-ftp.c packet-giop.c packet-gre.c
packet-http.c packet-icmpv6.c packet-ip.c
packet-ipsec.c packet-ipv6.c packet-ipx.c
packet-isakmp.c packet-llc.c
packet-nbipx.c packet-nbns.c packet-ncp.c
packet-nntp.c packet-null.c packet-osi.c
packet-ospf.c packet-pop.c packet-ppp.c
packet-rip.c packet-rsvp.c packet-rtsp.c
packet-sdp.c packet-smb.c packet-snmp.c
packet-telnet.c packet-tftp.c packet-tr.c
packet-trmac.c proto.c
Log:
Made the protocol (but not the fields) use the new proto_tree routine,
allowing users to filter on the existence of these protocols. I also
added packet-clip.c to the Nmake makefile.
Revision Changes Path
1.3 +49 -13 ethereal/Makefile.nmake
1.20 +4 -0 ethereal/NEWS
1.7 +16 -2 ethereal/packet-aarp.c
1.15 +17 -3 ethereal/packet-arp.c
1.9 +15 -1 ethereal/packet-atalk.c
1.18 +15 -3 ethereal/packet-bootp.c
1.10 +16 -3 ethereal/packet-cdp.c
1.10 +4 -1 ethereal/packet-data.c
1.20 +15 -2 ethereal/packet-dns.c
1.13 +8 -8 ethereal/packet-eth.c
1.15 +7 -7 ethereal/packet-fddi.c
1.5 +14 -7 ethereal/packet-ftp.c
1.4 +16 -4 ethereal/packet-giop.c
1.4 +17 -5 ethereal/packet-gre.c
1.6 +16 -3 ethereal/packet-http.c
1.7 +16 -3 ethereal/packet-icmpv6.c
1.31 +28 -20 ethereal/packet-ip.c
1.3 +19 -3 ethereal/packet-ipsec.c
1.11 +15 -2 ethereal/packet-ipv6.c
1.24 +11 -11 ethereal/packet-ipx.c
1.7 +15 -3 ethereal/packet-isakmp.c
1.17 +7 -7 ethereal/packet-llc.c
1.9 +14 -6 ethereal/packet-nbipx.c
1.23 +22 -7 ethereal/packet-nbns.c
1.18 +16 -3 ethereal/packet-ncp.c
1.3 +16 -3 ethereal/packet-nntp.c
1.10 +5 -5 ethereal/packet-null.c
1.8 +24 -11 ethereal/packet-osi.c
1.12 +15 -2 ethereal/packet-ospf.c
1.5 +14 -7 ethereal/packet-pop.c
1.13 +17 -3 ethereal/packet-ppp.c
1.10 +15 -2 ethereal/packet-rip.c
1.4 +16 -3 ethereal/packet-rsvp.c
1.3 +16 -3 ethereal/packet-rtsp.c
1.3 +16 -3 ethereal/packet-sdp.c
1.21 +16 -3 ethereal/packet-smb.c
1.5 +18 -4 ethereal/packet-snmp.c
1.4 +14 -7 ethereal/packet-telnet.c
1.5 +16 -3 ethereal/packet-tftp.c
1.17 +22 -22 ethereal/packet-tr.c
1.13 +19 -7 ethereal/packet-trmac.c
1.5 +70 -2 ethereal/proto.c