aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-6/+6
2012-03-31Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki1-0/+2
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman1-0/+40
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman1-0/+5
2012-02-13Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+12
2012-02-06From Guy Martin:Anders Broman1-0/+2
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs1-10/+10
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-12/+12
2011-12-02from Petr Sumbera:Jaap Keuter1-1/+2
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aGuy Harris1-1/+1
2011-11-13Clean up white space.Guy Harris1-8/+11
2011-11-12From Holger Pfrommer:Anders Broman1-0/+11
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris1-15/+6
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-1/+39
2011-08-30Handle multiple extension headers when calculating the pseudo-headerGuy Harris1-3/+35
2011-04-28From Hans-Christoph Schemmel:Anders Broman1-0/+2
2011-04-22*Properly* get rid of bogus cast.Guy Harris1-1/+1
2011-04-22Cast away alignment warnings about pointers where we never actuallyGuy Harris1-4/+12
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-27/+27
2011-04-06From Jakub Zawadzki:Guy Harris1-13/+13
2011-03-07From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier1-0/+2
2011-02-02From njohnkev:Jaap Keuter1-0/+3
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