Fix Uninitialized argument value found by Clang Analyzer
[metze/wireshark/wip.git] / wiretap / pcapng.c
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.
2012-03-15 Guy HarrisInitialize the new num_stat_entries and interface_stati...
2012-03-15 Anders BromanIf we have one ISB, display the droped count from it.
2012-03-15 Anders Broman- Store ISB data.
2012-03-13 Anders BromanFrom Jose Pedro Oliveira:
2012-03-13 Anders BromanAdd data structure to hold information from ISB:s
2012-03-12 Anders BromanFrom Jose Pedro Oliveira:
2012-03-12 Anders BromanFrom Jose Pedro Oliveira: Add Modlines
2012-03-10 Gerald CombsIn pcapng.c use the units per second value from the...
2012-03-09 Anders BromanFrom Jose Pedro Oliveira: Corrects several 'wdh->bytes_...
2012-03-05 Anders BromanUse correct lenght when writing if_filter_str.
2012-03-05 Anders BromanFix calculation of pading for if_filter_str.
2012-03-04 Guy HarrisSquelch a can't-really-happen uninitialized reference...
2012-03-04 Anders BromanUse parentheses
2012-03-04 Anders Bromanif_filter isn't a string per se,The first byte of the...
2012-03-04 Guy HarrisMake sure all names in NRB records are null-terminated...
2012-03-03 Anders BromanFrom Jose Pedro Oliveira: Fix typos
2012-03-03 Guy HarrisDon't look at the interface_id field of the packet...
2012-03-02 Guy HarrisGet rid of no-longer-needed argument to pcapng_write_se...
2012-03-02 Guy HarrisSkip an intermediating wtapng_block_t in the code path...
2012-03-02 Guy HarrisSimplify the code path for writing pcap-NG packets...
2012-03-02 Guy HarrisFill in the wtap_pkthdr fields in pcap_read_packet_bloc...
2012-03-01 Michael TüxenFix CID 1385.
2012-03-01 Michael TüxenFix CID 354.
2012-03-01 Anders BromanRead the complete NRB.
2012-03-01 Anders BromanAdd debuginfo
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-02-24 Anders BromanFix a typo and revert previous.
2012-02-24 Anders BromanFix a typo.
2012-02-23 Michael TüxenNo debug output, please.
2012-02-23 Michael Tüxeninterface id is 32-bit, not 64-bit.
2012-02-23 Guy HarrisDo a check of the block total length in pcapng_read_unk...
2012-02-22 Guy HarrisFix typo introduced by previous checkin.
2012-02-22 Guy HarrisAdd sanity checks to make sure the claimed block size...
2012-02-22 Anders BromanGrr forgot debug flag - again.
2012-02-22 Anders Broman- Write ISB(s) at start and end of capture.
next