aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aguy1-1/+1
2011-11-13Clean up white space.guy1-8/+11
2011-11-12From Holger Pfrommer:etxrab1-0/+11
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().guy1-15/+6
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-1/+39
2011-08-30Handle multiple extension headers when calculating the pseudo-headerguy1-3/+35
2011-04-28From Hans-Christoph Schemmel:etxrab1-0/+2
2011-04-22*Properly* get rid of bogus cast.guy1-1/+1
2011-04-22Cast away alignment warnings about pointers where we never actuallyguy1-4/+12
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-27/+27
2011-04-06From Jakub Zawadzki:guy1-13/+13
2011-03-07From Martin Kaiser: dissector for DVB-CI (Common Interface)wmeier1-0/+2
2011-02-02From njohnkev:jake1-0/+3
2011-01-20Fix the dead initialization warnings found by clang's static analysissfisher1-1/+1
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.jake1-0/+4
2010-11-29Fix typos.cmaynard1-2/+2
2010-11-24Add support for USB isochronous. From Marton Nemeth via bug #5370.cmaynard1-11/+73
2010-08-07From Jon Smirl:stig1-1/+2
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy1-22/+3
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveguy1-42/+6
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andguy1-2/+142
2010-04-27Whitespace changes.etxrab1-23/+23
2010-04-21From Chris Maynard:guy1-70/+53
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andguy1-0/+1
2009-12-17From Petr Sumbera:stig1-1/+1
2009-12-08From Felix Obenhuber via bug #4299: SocketCAN dissector patchsfisher1-0/+3
2009-12-03Renamed some wtap defines:stig1-2/+2
2009-12-03From Petr Sumbera via bug 4284:stig1-0/+2
2009-09-25Treat 13 as if it came from OpenBSD except on BSD/OS, so that if thereguy1-2/+8
2009-08-23From kahou:jake1-0/+2
2009-07-16From Kahou via bug 3739:stig1-0/+2
2009-06-28Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.tuexen1-9/+58
2009-06-27Cleanup. Should be included in Wireshark 1.2.1 and higher to keeptuexen1-8/+8
2009-06-27This patchtuexen1-2/+2
2009-06-27This committuexen1-2/+2
2009-06-02When doing a seek-and-read, don't check the packet size, as we don'tguy1-12/+16
2009-06-02No newlines in the additional-error-information string, please.guy1-12/+12
2009-05-21From Kovarththanan Rajaratnam via bug 2676:gerald1-2/+20
2009-04-27pcap_to_wtap_map is not used outside wiretap/pcap-common.c, so make itguy1-1/+4
2009-04-27Nettl format != libpcap format && nettl format != pcap-NG format. guy1-10/+0
2009-04-27Move pseudo-header routines from libpcap.c to pcap-common.c, for useguy1-1/+1055
2009-04-27Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_guy1-0/+615