Make the ERF code in pcap_get_phdr_size() more like the reading code.
[metze/wireshark/wip.git] / wiretap / pcapng.c
2018-09-26 Guy HarrisGet rid of unnecessary check.
2018-09-26 Guy Harrispcapng: Free option_content on error
2018-09-26 Stig Bjørlykkepcapng: Free option_content on error
2018-09-26 Guy HarrisDon't update a variable that's not used at that point.
2018-09-25 Guy HarrisGet rid of unused flag argument.
2018-09-19 Gerald CombsTry to discourage the use of APIs via counting.
2018-09-17 Guy HarrisMake the maximum block size big enough for max-size...
2018-08-11 Guy HarrisAdd support for reading and writing the new if_hardware...
2018-05-14 Guy HarrisUse ws_g_warning() for plugin registration errors.
2018-05-14 Dario Lombardowiretap: use pcapng_debug instead of g_warning.
2018-02-20 Stig Bjørlykkepcapng: Free option_content on error
2018-02-09 Guy HarrisDo the maximum block size check in pcap_read_block().
2018-02-09 Guy HarrisRename ft_specific_data to reflect what we're actually...
2018-02-09 Guy HarrisRemove redundant members from wtap_syscall_header.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-07 Guy HarrisDistinguish between "probably not pcapng" and "probably...
2018-02-05 Guy HarrisHave block read routines indicate whether the block...
2018-02-05 Guy Harrispcapng_read_block() should just return a Boolean.
2018-02-05 Guy Harrispcapng_read_section_header_block() should just return...
2018-02-04 Guy HarrisCheck for read errors by checking for PCAPNG_BLOCK_ERROR.
2018-02-04 Guy HarrisDon't put knowledge about the "is this pcapng" test...
2018-02-04 Guy HarrisNote that we should show ISBs in the "packet" list.
2018-02-04 Guy HarrisDisallow registration of some block type values for...
2018-01-20 Dario Lombardowiretap: use SPDX identifiers (partial work).
2018-01-09 Guy HarrisUse pcapng as the name of the file format.
2017-12-29 Guy HarrisDo the right check for "no name resolution information...
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-06-03 Guy HarrisDon't keep the pcap/pcapng link-layer header type as...
2017-04-05 Guy HarrisA bunch of "{Mac} OS X" -> "macOS" changes.
2017-03-22 Stig Bjørlykkepcapng: Fix reading OPT_IDB_FCSLEN block
2016-09-28 Guy HarrisUse wtap_read_bytes() to skip over bytes when reading...
2016-08-29 Peter Wupcapng: do not leak blocks
2016-07-21 Guy HarrisRemove more string option value null checks.
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.
next