smb-direct fragmentation
[metze/wireshark/wip.git] / wiretap / pcapng.c
2014-01-22 guyDon't write out packets that have a "captured length...
2014-01-02 guyNo seek-read routines use the length argument, so elimi...
2013-12-28 martinkuse the correct record length for an IPv6 record in...
2013-12-17 guyGet rid of trailing periods in some error messages...
2013-11-29 darkjamesReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-09-29 guyGet rid of a redundant check - pcapng_read_packet_block...
2013-09-28 guyThe pcap-ng spec says the captured length is the minimu...
2013-09-28 guyActually, the captured length must be the minimum of:
2013-09-28 guyFix cut-and-pasteo.
2013-09-28 guyCorrectly calculate the captured length in a Simple...
2013-09-28 guyIn a Simple Packet Block, the captured length isn't...
2013-09-28 guyThere's no interface ID in a Simple Packet Block.
2013-09-22 eapacheFix some typos, indentation. Don't try to write the...
2013-09-22 eapacheRemove unused parameter.
2013-09-22 etxrabTurn off debuging.
2013-09-22 etxrabGet rid of struct addrinfo, use the hastables for name...
2013-08-12 alagoutteFix error when enable "debug" in wiretap/pcapng.c file
2013-06-21 guyFix some pointer-signedness (well, signedness of what...
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-06-09 guylibwireshark's add_new_ipv4() and add_new_ipv6() now...
2013-06-09 guyDon't treat zero-length names in the NRB as errors...
2013-06-07 guyUse g_try_malloc() for some memory allocations, and...
2013-06-07 guyPrevent attempts to allocate huge amounts of memory...
2013-05-18 guyIn the pcapng seek-read routine, *don't* fill in wth...
2013-03-19 etxrabFrom beroset:
2012-12-27 guyDo not call wtap_file_read_unknown_bytes() or
2012-12-23 tuexenFix syntax error showing up when using debug ouput.
2012-12-22 tuexenAdd support for writing the packet block flags for...
2012-12-21 guySquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-12 geraldUse seasonal allocation for name resolution. This effec...
2012-10-12 guyIf we see an SHB after we've read the first SHB, report...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-30 tuexenAvoid a division by zero due to overflow.
2012-07-27 tuexenSome more debug info.
2012-07-27 tuexenHandle the case where no IDB follows the SHB. This...
2012-07-11 guyDon't ask for information about an interface greater...
2012-07-10 guyWhen writing an EPB, calculate the time stamp based...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-08 geraldFix some dead assignments.
2012-06-02 etxrabTry to squelch warnings
2012-05-04 guyfile_seek() used to be a wrapper around fseek() or...
2012-04-15 tuexenFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-04-15 tuexenWhitespace cleanup (done while debugging).
2012-03-26 geraldPrint the correct block size in a debug message.
2012-03-21 etxrabDisable debug.
2012-03-20 etxrabTry to make the buildbot happy.
2012-03-20 etxrabWrite ISB:s if we have them.
2012-03-15 guyInitialize the new num_stat_entries and interface_stati...
2012-03-15 etxrabIf we have one ISB, display the droped count from it.
2012-03-15 etxrab- Store ISB data.
2012-03-13 etxrabFrom Jose Pedro Oliveira:
2012-03-13 etxrabAdd data structure to hold information from ISB:s
2012-03-12 etxrabFrom Jose Pedro Oliveira:
2012-03-12 etxrabFrom Jose Pedro Oliveira: Add Modlines
2012-03-10 geraldIn pcapng.c use the units per second value from the...
2012-03-09 etxrabFrom Jose Pedro Oliveira: Corrects several 'wdh->bytes_...
2012-03-05 etxrabUse correct lenght when writing if_filter_str.
2012-03-05 etxrabFix calculation of pading for if_filter_str.
2012-03-04 guySquelch a can't-really-happen uninitialized reference...
2012-03-04 etxrabUse parentheses
2012-03-04 etxrabif_filter isn't a string per se,The first byte of the...
2012-03-04 guyMake sure all names in NRB records are null-terminated...
2012-03-03 etxrabFrom Jose Pedro Oliveira: Fix typos
2012-03-03 guyDon't look at the interface_id field of the packet...
2012-03-02 guyGet rid of no-longer-needed argument to pcapng_write_se...
2012-03-02 guySkip an intermediating wtapng_block_t in the code path...
2012-03-02 guySimplify the code path for writing pcap-NG packets...
2012-03-02 guyFill in the wtap_pkthdr fields in pcap_read_packet_bloc...
2012-03-01 tuexenFix CID 1385.
2012-03-01 tuexenFix CID 354.
2012-03-01 etxrabRead the complete NRB.
2012-03-01 etxrabAdd debuginfo
2012-02-25 guyAdd a presence flag field to the packet information...
2012-02-24 etxrabFix a typo and revert previous.
2012-02-24 etxrabFix a typo.
2012-02-23 tuexenNo debug output, please.
2012-02-23 tuexeninterface id is 32-bit, not 64-bit.
2012-02-23 guyDo a check of the block total length in pcapng_read_unk...
2012-02-22 guyFix typo introduced by previous checkin.
2012-02-22 guyAdd sanity checks to make sure the claimed block size...
2012-02-22 etxrabGrr forgot debug flag - again.
2012-02-22 etxrab- Write ISB(s) at start and end of capture.
2012-02-22 guyHandle the case where there are no IDBs before the...
2012-02-21 tuexenFix bugs which resulted in the buildbot errors.
2012-02-21 tuexenDisable debug output...
2012-02-21 tuexenWhen writing an option in an IDB, also write an endofop...
2012-02-21 tuexenImprove the error handling.
2012-02-21 tuexenImprove peeking for IDBs.
2012-02-21 guyOnce we've read a valid SHB, we've concluded the file...
2012-02-21 etxrabDeclare opt_cont_buf_len
2012-02-21 etxrabFree the buffer
2012-02-21 etxrabChange comment to Loop ower all IDB:s that appear befor...
2012-02-20 etxrabHandle reading and writing of multiple IDB:s, write...
2012-02-16 guyWith the WTAP_ERR_UNSUPPORTED error, Wiretap supplies...
2012-02-16 guyAgain, turn off the debug logging; it messes up the...
2012-02-15 etxrabMake it possible to get inforamtion from the read SHB...
2012-02-14 tuexenFrom Anders: Add support for options in the SHB.
2012-02-13 etxrabDrop count is 64 bits
next