From Nick Lowe:
[metze/wireshark/wip.git] / wiretap /
2012-03-31 Jakub ZawadzkiAdd initial support for dissecting packets encapsulated...
2012-03-30 Jeff MorrissFrom Martin Kaiser via https://bugs.wireshark.org/bugzi...
2012-03-26 Gerald CombsPrint the correct block size in a debug message.
2012-03-23 Jeff MorrissDon't mark the file as unsaved unless the capture or...
2012-03-22 Anders BromanFrom Krishna:
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-19 Jeff MorrissSet eol-style to native (just to make these files reada...
2012-03-17 Guy HarrisFix indentation.
2012-03-16 Jeff MorrissWhen we're in a for(i=0,[...]) loop, don't reuse (and...
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-14 Jeff MorrissDon't free idb_inf in wtap_dump_open_ng(): free it...
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-07 Anders BromanThe User & Network direction is reversed https://bugs...
2012-03-07 Anders BromanFrom Martin Kaiser: correct sorting for wiretap's file...
2012-03-06 Anders BromanFrom Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCP
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-05 Anders BromanFrom Martin Kaiser:
2012-03-05 Anders BromanFrom Martin Kaiser:
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 HarrisFlag mp2t file as really having only relative time...
2012-03-02 Guy HarrisThe additional_file_extensions member of struct file_ty...
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 Anders BromanFrom Weston Schmidt: Add mpeg-ts capture file format...
2012-03-02 Guy HarrisFill in the wtap_pkthdr fields in pcap_read_packet_bloc...
2012-03-02 Bill MeierAFAIKT there's no reason to #include <wsutil/crc32...
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-03-01 Anders BromanFrom Reinhard Speyerer: Adding support for LINKTYPE_PPP...
2012-02-29 Anders Broman- Add a LED in the statusbar to indicate that capture...
2012-02-28 Guy HarrisSome more details about REC_HEADER1 and REC_V2DESC...
2012-02-26 Anders BromanMake it possible to edit capture comments
2012-02-26 Guy HarrisFor LANalyzer files, make the "File type name" be the...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-02-24 Bill MeierCVARSDLL hasn't been used (is undefined) for a while....
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.
2012-02-22 Guy HarrisHandle the case where there are no IDBs before the...
2012-02-21 Michael TüxenFix bugs which resulted in the buildbot errors.
2012-02-21 Michael TüxenUse wtap_dump_open_ng() in tshark.
2012-02-21 Michael TüxenWhen saving a file and the are no IDBs, create a defaul...
2012-02-21 Michael TüxenDisable debug output...
2012-02-21 Michael TüxenWhen writing an option in an IDB, also write an endofop...
2012-02-21 Michael TüxenImprove the error handling.
2012-02-21 Michael TüxenDon't dereference idb_inf in wtap_dump_open_ng() when
2012-02-21 Michael TüxenImprove peeking for IDBs.
2012-02-21 Guy HarrisOnce we've read a valid SHB, we've concluded the file...
2012-02-21 Anders BromanDeclare opt_cont_buf_len
2012-02-21 Anders BromanFree the buffer
2012-02-21 Anders BromanChange comment to Loop ower all IDB:s that appear befor...
2012-02-20 Anders BromanFrom Jose Pedro Oliveira fix a typo
2012-02-20 Anders BromanHandle reading and writing of multiple IDB:s, write...
2012-02-16 Guy HarrisWith the WTAP_ERR_UNSUPPORTED error, Wiretap supplies...
2012-02-16 Guy HarrisAgain, turn off the debug logging; it messes up the...
2012-02-15 Anders BromanMake it possible to get inforamtion from the read SHB...
2012-02-14 Guy HarrisTYPE_PAD records can have zero bytes of payload; don...
2012-02-14 Michael TüxenFrom Anders: Add support for options in the SHB.
2012-02-13 Anders BromanWhite space changes.
2012-02-13 Anders BromanDrop count is 64 bits
2012-02-13 Jeff MorrissFix the crash reported in https://bugs.wireshark.org...
2012-02-12 Guy HarrisDo not assume tab stops are set every 4 spaces.
2012-02-12 Michael TüxenFix debug output.
2012-02-11 Anders BromanStore drop count if present.
2012-02-11 Anders BromanAdd the abillity to read and write option comments...
2012-02-11 Guy HarrisRevert presumably-unintentional turning on of debug...
2012-02-09 Anders BromanAdd pcapng variables to wtap_pkthdr.
2012-02-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-02-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-02-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-02-06 Anders BromanFrom Guy Martin:
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2012-01-28 Anders BromanFrom Tom Brezinski:
2012-01-28 Anders BromanFrom Tobias Witek:
2012-01-24 Guy HarrisAdd a routine to Wiretap that takes a file type value...
2012-01-24 Jeff MorrissFrom njtaylor0101 [AT] gmail.com via https://bugs.wires...
next