- Add something to columns when using mime-encap
[obnox/wireshark/wip.git] / wiretap / pcapng.c
2011-05-11 tuexenFix a wrong name in a debug print statement.
2011-04-22 guyCast away warnings about "struct sockaddr" -> "struct...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-19 tuexenUnbreak live capture using pcapng.
2011-04-12 guy"This file format can't be written to a pipe" and ...
2011-04-06 guyFrom Jakub Zawadzki:
2011-03-31 cmaynardUse BSWAP16 instead of BSWAP32 for 16-bit values. ...
2011-03-25 etxrabMake it build on Windows 7
2011-03-24 geraldAdd a missing include.
2011-03-24 geraldAdd initial pcapng name resolution record support....
2011-02-07 geraldCheck for a large packet_len. Fixes a bug reported...
2011-02-04 guyFix indentation.
2011-02-04 guyPut more data into the "additional error information...
2011-02-04 morrissUse g_strdup() instead of strdup()
2011-02-03 geraldFrom Huzaifa Sidhpurwala of the Red Hat Security Respon...
2010-06-06 guyRename wtap_dump_file_write_all() to wtap_dump_file_wri...
2010-04-21 guyFrom Chris Maynard:
2010-04-05 guyTreat the first block we read, when opening, specially:
2010-02-27 guyConstify.
2010-02-23 guyMove the declarations of wtap_pcap_encap_to_wtap_encap...
2009-06-28 tuexenStop loading a pcapng file with multiple section header...
2009-06-27 tuexenAccept file snaplen larger than WTAP_MAX_PACKET_SIZE,
2009-06-27 tuexenAnother cleanup. We are now back to Ulf's original
2009-06-27 tuexenCleanup. Should be included in Wireshark 1.2.1 and...
2009-06-27 tuexenAdd support for writing pcapng files with multiple
2009-06-27 tuexenThis patch
2009-06-27 tuexenIf all interfaces use the same encapsulation, use
2009-06-27 tuexenThis commit
2009-06-26 tuexenDisable debug output.
2009-06-26 tuexen* Allocate enough memory for reading a packet.
2009-06-18 tuexenFix for bug 3539: Address as signess issue for fcs_len.
2009-06-17 tuexenClean up a comment.
2009-06-16 tuexenWhitespace cleanups.
2009-06-15 tuexenFix bug reported by Stig: per packet encapsulation for
2009-06-11 tuexenWhen writing pcapng files use correct interface index
2009-05-22 tuexenFrom Aaron Turner: Use wtap_wtap_encap_to_pcap_encap...
2009-05-05 tuexenOne more debug output.
2009-05-03 tuexenUse a dynamic glib array instead of a static C array for
2009-05-03 tuexenAdd support for multiple IDBs. They can used different...
2009-05-03 tuexenImprove handling of if_tsresol option.
2009-05-03 tuexenUse WTAP_FILE_TSPREC_NSEC as tsprecision. This makes...
2009-05-03 tuexenRemove code that should have been removed by my last...
2009-05-03 tuexenUse WTAP_ENCAP_PER_PACKET. This is an intermediate...
2009-05-02 tuexenFix the handling of non PB/EPB blocks after the initial...
2009-04-27 tuexenUse named constant.
2009-04-27 guyHave the libpcap and pcap-NG code share the LINKTYPE_...
2009-04-26 tuexenClean up some comments I forgot to remove.
2009-04-26 guyDon't do pointer casting - some version of GCC complain...
2009-04-25 guyThere's no guarantee that "ll" is the right modifier...
2009-04-25 tuexen- add support for interface statistic block
2009-04-22 guyClean up some 64-bit issues.
2008-10-26 sfisherPatch from bug #2986: "Fixes and enhancements in pcapng...
2008-07-09 morrissDon't cast a char[] into a guint32/64: the array may...
2008-07-09 morrissReindent some to get things a bit more consistent/readable.
2008-02-20 sfisherReally fix pcapng timestamp reading and writing this...
2008-02-16 stigCast secs and nsecs correct.
2008-02-16 sfisherChange if_tsaccur to if_tsresol and change timestamp...
2008-02-07 stigRemoved some "statement not reached" warnings.
2008-01-26 ulflg_warning -> pcapng_debug and "switch it off" as defaul...
2008-01-22 sfisherUse WTAP_MAX_PACKET_SIZE in place of 65535 in sanity...
2008-01-21 ulflas we have BSWAP64() now, at least read 64bit section_l...
2008-01-20 sfisherIntroduce BSWAP64() and use it in the pcapng code
2008-01-19 ulflMake it compile on Win32 ;-)
2008-01-19 stigMake it compile on OSX.
2008-01-19 ulflvarious enhancements:
2008-01-18 ulfldecode IDB options (if_tsaccur and if_fcslen)
2008-01-18 sfisherAdd link to pcap-ng format specification and use #defin...
2008-01-14 sfisherFix seek reading by adding the size of the block length...
2008-01-13 ulflsome minor updates
2008-01-13 sfisherAdd svn:eol-style native and svn:keywords Id
2008-01-13 sfisherMake pcapng.c compile on Unix (with gcc)
2008-01-13 ulfladd very experimental support for pcapng "PCAP Next...