wtap_opttypes.c: Fix build error.
[metze/wireshark/wip.git] / wiretap / pcapng.c
2016-07-15 Guy HarrisDo a deep copy in wtap_block_add_custom_option().
2016-07-14 Guy HarrisRedo the block options APIs.
2016-07-14 Michael Mannpcapng.c: Use preprocessor directive to compare G_BYTE_...
2016-06-15 Gerald CombsMore Sysdig / system event support.
2016-06-10 Guy HarrisMore comment clarification.
2016-06-10 Guy HarrisMake the IPv4 NRB code's comments match the IPv6 NRB...
2016-06-08 Michael MannSupport reading in and storing multiple Section Header...
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2016-06-01 Michael MannAdd data structures necessary to support multiple Name...
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-05-26 Michael MannRemove write capabilities from wtap_optionblocks.
2016-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-03-28 Joerg MayerFix some warnings/errors of type
2016-03-06 Michael MannImprove wiretap block capabilities.
2016-03-01 Michael MannPrevent use-after-free issues with pcapng.c/wtap_opttypes.c
2016-02-26 Michael MannEnsure we have a name resolution block when parsing...
2016-02-25 Guy HarrisAn SHB with a magic of 0x1A2B3C4D isn't necessarily...
2016-02-25 Guy HarrisFor SHBs, always use the byte order from the byte-order...
2016-02-25 Guy HarrisFix allocation of option bocks in pcapng_read().
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-01-16 Michael MannImprove Error messages when failing to load pcapng...
2015-11-27 João Valverdepcapng: Fix ISO C forbids conversion [-Wpedantic]
2015-11-17 Evan HuusMisc minor issues caught by cppcheck
2015-11-10 Gerald CombsInitial Sysdig syscall (event) support.
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-11-07 Guy HarrisRenames to avoid collisons with read() and write()...
2015-11-04 Guy HarrisDon't include libwireshark headers from libwiretap.
2015-10-05 Peter WuAllow use of variadic macros
2015-08-29 Hadriel Kaplanpcapng: handle NRB with options
2015-08-29 Hadriel Kaplanpcapng: do not byte-swap NRB IPv4 address
2015-08-29 Hadriel Kaplanpcapng: make SPB cap_len the same as packet_len if...
2015-08-28 Guy HarrisBlock sizes are unsigned 32-bit quantities; don't stuff...
2015-08-25 Guy HarrisPoint to GitHub for the pcapng specification.
2015-08-20 Stig Bjørlykkepcapng: Fixed copying if_filter_bpf_bytes
2015-08-17 Hadriel KaplanPcapng: set interface description's tsprecision when...
2015-08-07 Guy HarrisAvoid (unlikely) NRB record size overflows.
2015-08-06 AndersBromanFix pcapng.c:3788: warning: implicit conversion shorten...
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
2015-07-18 Hadriel KaplanCleanup pcapng.c file
2015-06-11 Bill MeierReplace tabs in files with editor modeline "expandtab"
2015-05-09 Guy HarrisMake option_content a guint8 *.
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-01-26 Gerald CombsPcapng: Don't fetch past the end of a GArray.
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2014-12-31 Alexis La Gouttepcapng (wiretap): fix Copy-paste error (CID 1158591...
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...
next