Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.
[metze/wireshark/wip.git] / wiretap / pcapng.c
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_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-09 Guy HarrisNothing to free there.
2014-12-09 Guy HarrisDon't try to look in a non-existent hash table.
2014-12-01 Guy HarrisSquelch another compiler warning.
2014-12-01 Guy HarrisSquelch a compiler warning.
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-10-19 Alexis La GouttePCAPNG (wiretap): Fix Dead Store (Dead assignement...
2014-10-16 Guy HarrisFix a debugging printout.
2014-10-16 Guy HarrisGet rid of some set-but-no-longer-used variables.
2014-10-16 Guy HarrisMake sure *err and *err_info are set when returning...
2014-10-16 Guy HarrisGet rid of another unused variable.
2014-10-15 Guy HarrisDon't allocate the interfaces array until we've read...
2014-10-15 Guy HarrisClean up the read routines.
2014-10-14 Guy HarrisWe can't check the length of an SHB until we determine...
2014-10-14 Guy HarrisDon't assume pcap_read_block() returns the number of...
2014-10-14 Guy HarrisDon't log warnings if no block-type handlers are regist...
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 HarrisClean up white space.
2014-10-07 Guy HarrisWhitespace cleanups.
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-27 Pascal Quantintshark: fix -H option
2014-09-27 Guy HarrisGet rid of some unused members of wtapng_simple_packet_t.
2014-09-25 Evan Huuspcapng: respect the fact that wblock->data is a union
2014-09-23 Evan Huuspcapng: ensure the values we now free are initialized
2014-09-23 Guy HarrisMake sure the option string pointers are set before...
2014-09-22 Evan Huuspcapng: don't leak block option strings
2014-09-22 Guy HarrisClean up reading code.
2014-09-20 Guy HarrisRemove file_error() calls after pcap_read_block() calls.
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisDistinguish between "events" and "reports".
2014-05-24 Guy HarrisFix a compiler warning.
2014-05-24 Guy HarrisAdd support for plugins to handle pcap-ng block types.
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-17 Peter Wuwiretap: remove unused code, drop number_of_interfaces
2014-05-14 Guy Harrispcapng->interface_data is an array of interface_data_t.
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-25 Guy HarrisDon't fail if a pcap-NG PB or EPB has caplen > actual...
2014-03-20 Anders BromanRevert "Allow pcapng interface options to be available...
2014-03-20 Christopher KilgourAllow pcapng interface options to be available to disse...
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-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-28 Martin Kaiseruse the correct record length for an IPv6 record in...
2013-12-17 Guy HarrisGet rid of trailing periods in some error messages...
2013-11-29 Jakub ZawadzkiReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-09-29 Guy HarrisGet rid of a redundant check - pcapng_read_packet_block...
2013-09-28 Guy HarrisThe pcap-ng spec says the captured length is the minimu...
2013-09-28 Guy HarrisActually, the captured length must be the minimum of:
2013-09-28 Guy HarrisFix cut-and-pasteo.
2013-09-28 Guy HarrisCorrectly calculate the captured length in a Simple...
2013-09-28 Guy HarrisIn a Simple Packet Block, the captured length isn't...
2013-09-28 Guy HarrisThere's no interface ID in a Simple Packet Block.
2013-09-22 Evan HuusFix some typos, indentation. Don't try to write the...
2013-09-22 Evan HuusRemove unused parameter.
2013-09-22 Anders BromanTurn off debuging.
2013-09-22 Anders BromanGet rid of struct addrinfo, use the hastables for name...
2013-08-12 Alexis La GoutteFix error when enable "debug" in wiretap/pcapng.c file
2013-06-21 Guy HarrisFix some pointer-signedness (well, signedness of what...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-09 Guy Harrislibwireshark's add_new_ipv4() and add_new_ipv6() now...
2013-06-09 Guy HarrisDon't treat zero-length names in the NRB as errors...
2013-06-07 Guy HarrisUse g_try_malloc() for some memory allocations, and...
2013-06-07 Guy HarrisPrevent attempts to allocate huge amounts of memory...
2013-05-18 Guy HarrisIn the pcapng seek-read routine, *don't* fill in wth...
2013-03-19 Anders BromanFrom beroset:
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-23 Michael TüxenFix syntax error showing up when using debug ouput.
2012-12-22 Michael TüxenAdd support for writing the packet block flags for...
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-12 Gerald CombsUse seasonal allocation for name resolution. This effec...
2012-10-12 Guy HarrisIf we see an SHB after we've read the first SHB, report...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-30 Michael TüxenAvoid a division by zero due to overflow.
2012-07-27 Michael TüxenSome more debug info.
2012-07-27 Michael TüxenHandle the case where no IDB follows the SHB. This...
2012-07-11 Guy HarrisDon't ask for information about an interface greater...
2012-07-10 Guy HarrisWhen writing an EPB, calculate the time stamp based...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-08 Gerald CombsFix some dead assignments.
2012-06-02 Anders BromanTry to squelch warnings
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-15 Michael TüxenFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-04-15 Michael TüxenWhitespace cleanup (done while debugging).
2012-03-26 Gerald CombsPrint the correct block size in a debug message.
2012-03-21 Anders BromanDisable debug.
2012-03-20 Anders BromanTry to make the buildbot happy.
2012-03-20 Anders BromanWrite ISB:s if we have them.
next