]> The Tcpdump Group git mirrors - tcpdump/commit
Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed
authorguy <guy>
Sat, 23 Sep 2000 08:26:30 +0000 (08:26 +0000)
committerguy <guy>
Sat, 23 Sep 2000 08:26:30 +0000 (08:26 +0000)
commit7b50febe28e54e076a9917164eeddec4bc7a170e
tree7a4ac443a00f2a7982234c9881c3706bb8e6e955
parente89409254248af64db721ede4babbe9fd1753f6c
Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed
by dissectors, and have dissectors include them rather than
<netinet/udp.h>, <netinet/udp_var.h>, or <netinet/tcp.h>, if they
actually need that stuff.

Remove all unnecessary includes of <netinet/udp*.h> or <netinet/tcp*.h>
files.
36 files changed:
FILES
ether.h
print-ah.c
print-atalk.c
print-atm.c
print-bgp.c
print-cip.c
print-cnfp.c
print-domain.c
print-dvmrp.c
print-esp.c
print-ether.c
print-frag6.c
print-icmp.c
print-icmp6.c
print-igrp.c
print-ip.c
print-ip6.c
print-ipcomp.c
print-ipx.c
print-isakmp.c
print-krb.c
print-lane.c
print-netbios.c
print-null.c
print-raw.c
print-rip.c
print-ripng.c
print-rt6.c
print-sl.c
print-stp.c
print-tcp.c
print-telnet.c
print-udp.c
tcp.h [new file with mode: 0644]
udp.h [new file with mode: 0644]