aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher1-1/+1
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.Jaap Keuter1-0/+4
2010-11-29Fix typos.Chris Maynard1-2/+2
2010-11-24Add support for USB isochronous. From Marton Nemeth via bug #5370.Chris Maynard1-11/+73
2010-08-07From Jon Smirl:Stig Bjørlykke1-1/+2
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-22/+3
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris1-42/+6
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andGuy Harris1-2/+142
2010-04-27Whitespace changes.Anders Broman1-23/+23
2010-04-21From Chris Maynard:Guy Harris1-70/+53
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris1-0/+1
2009-12-17From Petr Sumbera:Stig Bjørlykke1-1/+1
2009-12-08From Felix Obenhuber via bug #4299: SocketCAN dissector patchStephen Fisher1-0/+3
2009-12-03Renamed some wtap defines:Stig Bjørlykke1-2/+2
2009-12-03From Petr Sumbera via bug 4284:Stig Bjørlykke1-0/+2
2009-09-25Treat 13 as if it came from OpenBSD except on BSD/OS, so that if thereGuy Harris1-2/+8
2009-08-23From kahou:Jaap Keuter1-0/+2
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