Make sure the packet length isn't > WTAP_MAX_PACKET_SIZE.
[metze/wireshark/wip.git] / wiretap / libpcap.c
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRI...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-17 Guy HarrisUse WTAP_ERR_UNSUPPORTED for input file stuff we can...
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-20 Guy HarrisSet err_info if the attempts to read record headers...
2014-08-24 Guy HarrisFix trailing blank.
2014-08-24 Guy HarrisStrengthen the heuristics for pcap subtypes.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-06-25 Guy HarrisUpdate a comment.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-06 Guy HarrisMake some routines take a struct wtap_pkthdr * as an...
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-15 Evan HuusReject pcap files that claim on-the-wire packet sizes...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-11-29 Jakub ZawadzkiReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-07-16 Guy HarrisExplain that we don't have to worry about fixed-length...
2013-07-15 Evan HuusOn the suggestion of Cal Turney, via
2013-06-18 Evan HuusDon't limit the on-the-wire length of packets to 64KB...
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-18 Jörg MayerFix "set but not used" compile warning turning error
2013-05-18 Guy HarrisIn libpcap_process_header(), fill in what phdr points...
2013-05-18 Guy HarrisIn the pcapng seek-read routine, *don't* fill in wth...
2013-03-25 Evan HuusWiretap file open routines should not free wth->priv...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-19 Michael MannAddresses https://bugs.wireshark.org/bugzilla/show_bug...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-28 Guy HarrisInterface lists currently have to be constructed in...
2012-05-24 Anders BromanFrom Stephen Donnelly:
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-01 Guy HarrisMerge pcap_fill_in_pseudo_header() into pcap_read_post_...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-06-09 Gerald CombsMake sure we don't write invalid record lengths.
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-06-06 Guy HarrisRename wtap_dump_file_write_all() to wtap_dump_file_wri...
2010-04-21 Guy HarrisFrom Chris Maynard:
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2010-02-24 Guy HarrisDefine the private data structures for some particular...
2010-02-23 Guy HarrisMove the declarations of wtap_pcap_encap_to_wtap_encap...
2010-01-27 Guy HarrisFix a comment.
2009-09-25 Guy HarrisTreat 13 as if it came from OpenBSD except on BSD/OS...
2009-06-27 Michael TüxenFix copy/paste error introduced in rev. 28863.
2009-06-27 Michael TüxenCleanup. Should be included in Wireshark 1.2.1 and...
2009-06-27 Michael TüxenThis patch
2009-06-27 Michael TüxenThis commit
2009-06-02 Guy HarrisWhen doing a seek-and-read, don't check the packet...
2009-04-27 Guy HarrisMove pseudo-header routines from libpcap.c to pcap...
2009-04-27 Guy HarrisHave the libpcap and pcap-NG code share the LINKTYPE_...
2009-04-22 Guy HarrisClean up some 64-bit issues.
2008-12-24 Guy HarrisName changes to match libpcap name change of the corres...
2008-12-23 Guy HarrisHandle the new DLT_USB_LINUX_MMAP link-layer type.
2008-12-22 Guy HarrisMove wtap_pcap_encap_to_wtap_encap() and wtap_wtap_enca...
2008-11-13 Gerald CombsFor libpcap captures with the DLT DLT_BLUETOOTH_HCI_H4...
2008-09-29 Anders BromanFrom Francesco Fusco:
2008-09-19 Gerald CombsMove wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_...
2008-08-12 Anders BromanFrom Alexey Neyman:
2008-05-30 Guy HarrisFix references to tcpdump-workers@tcpdump.org to refer...
2008-04-23 Anders BromanFrom Hannes Kälber:
2008-03-14 Gerald CombsFrom Hannes Kalber:
2008-03-05 Anders BromanFrom Owen Kirby :
2008-02-25 Jeff MorrissAdd support for DLT_IPMB (199). The dissector for...
2008-01-17 Jeff MorrissAdd support for DLT_SCCP (SCCP without MTP2, MTP3,...
2007-12-16 Stig BjørlykkeFrom Fulko Hew:
2007-12-16 Stig BjørlykkeFrom Marton Nemeth:
2007-12-08 Guy HarrisGet rid of wtap_process_pcap_packet(); it's no longer...
2007-12-07 Guy HarrisHAVE_PCAP_H is no longer defined; just use HAVE_LIBPCAP.
2007-11-30 Ulf Lampingfirst steps to support MSVC 2008 Express Edition
2007-10-28 Sake BlokBug 1751: From Allan M. Madsen :
2007-10-16 Jeff MorrissFrom Paolo Abeni via bug 1751:
2007-10-08 Anders BromanFrom Florent DROUIN:
2007-09-11 Jaap KeuterFrom Pieter de Boer:
2007-06-13 Gerald CombsAdd support for PPI (the Per-Packet Information header...
2007-05-28 Guy HarrisThrow in some casts to suppress warnings.
2007-05-28 Guy HarrisChange the Wiretap code so that it doesn't dereference
2007-04-14 Jörg MayerBeginnings of a Cisco ERSPAN dissector - the only thing...
2007-03-21 Ulf Lampingset compiler option "treat warnings as errors" - to...
2007-01-30 Guy HarrisFrom Paolo Abeni: update to support the new DLT_USB_LIN...
next