aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16From Kahou via bug 3739:Stig Bjørlykke1-0/+2
2009-06-28Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.Michael Tüxen1-9/+58
2009-06-27Cleanup. Should be included in Wireshark 1.2.1 and higher to keepMichael Tüxen1-8/+8
2009-06-27This patchMichael Tüxen1-2/+2
2009-06-27This commitMichael Tüxen1-2/+2
2009-06-02When doing a seek-and-read, don't check the packet size, as we don'tGuy Harris1-12/+16
2009-06-02No newlines in the additional-error-information string, please.Guy Harris1-12/+12
2009-05-21From Kovarththanan Rajaratnam via bug 2676:Gerald Combs1-2/+20
2009-04-27pcap_to_wtap_map is not used outside wiretap/pcap-common.c, so make itGuy Harris1-1/+4
2009-04-27Nettl format != libpcap format && nettl format != pcap-NG format. Guy Harris1-10/+0
2009-04-27Move pseudo-header routines from libpcap.c to pcap-common.c, for useGuy Harris1-1/+1055
2009-04-27Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_Guy Harris1-0/+615