http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31960
User: guy
Date: 2010/02/22 07:50 PM
Log:
Move the declarations of wtap_pcap_encap_to_wtap_encap() and
wtap_wtap_encap_to_pcap_encap() to wiretap/pcap-encap.h. Include it
where it's needed; don't include other Wiretap headers where they're not
needed.
Include pcapng.h in pcapng.c, to declare the functions defined in
pcapng.c. Add some casts to squelch some warnings, and add to a comment
to indicate one of the problems.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-ppi.c Modified
Directory: /trunk/
Changes Path Action
+3 -2 rawshark.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+1 -0 Makefile.common Modified
+1 -0 libpcap.c Modified
+0 -1 libpcap.h Modified
+1 -0 pcap-common.c Modified
+0 -2 pcap-common.h Modified
+28 -0 pcap-encap.h Added
+12 -3 pcapng.c Modified