Extend a comment.
[metze/wireshark/wip.git] / wiretap /
2012-08-21 Martin MathiesonAvoid some calls to strlen() by remembering return...
2012-08-11 Martin MathiesonIgnore '\r' which will be found at the end of a line...
2012-08-06 Anders BromanCreate (fake)interface information when loading a libpc...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-08-02 Guy HarrisFrom Richard Stearn: AX.25 KISS protocol support.
2012-07-30 Michael TüxenAvoid a division by zero due to overflow.
2012-07-30 Stig BjørlykkeAdded missing entry for WTAP_ENCAP_SDH.
2012-07-27 Michael TüxenSome more debug info.
2012-07-27 Michael TüxenIt seems that the length should unsigned, not signed.
2012-07-27 Michael TüxenHandle the case where no IDB follows the SHB. This...
2012-07-26 Martin MathiesonFix another uninitialised bug (the same bug in _read...
2012-07-25 Martin MathiesonInitialize a byte to avoid more valgrind warnings.
2012-07-25 Martin MathiesonDon't write one payload byte too many. Spotted by...
2012-07-20 Guy HarrisAdd a routine that, given a set of packet encapsulation...
2012-07-19 Michael MannAddresses https://bugs.wireshark.org/bugzilla/show_bug...
2012-07-18 Guy HarrisSet the 802.11 "already decrypted" flag to FALSE for...
2012-07-18 Guy HarrisAdd to the 802.11 pseudo-header a "this is already...
2012-07-15 Anders BromanFrom Network Instruments by Tom Brezinski When a Networ...
2012-07-11 Martin Mathiesonmemcpy() is quite a bit faster than g_strlcpy()!
2012-07-11 Guy HarrisDon't ask for information about an interface greater...
2012-07-11 Guy HarrisAARGH. There are two lumps of (almost-)identical code...
2012-07-10 Guy HarrisSet the time units per second correctly if, in wtap_dum...
2012-07-10 Guy HarrisWhen writing an EPB, calculate the time stamp based...
2012-07-09 Guy HarrisFix up some comments.
2012-07-09 Guy HarrisFix another comment.
2012-07-09 Guy HarrisFix some comments.
2012-07-09 Guy HarrisThe names "etherpeek" and "airopeek" are a bit misleadi...
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-29 Jakub ZawadzkiInitial support for D-Bus dissection (bug #5502)
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-19 Gerald Combsascend_scanner.c includes ascend.h. Add corresponding...
2012-06-17 Guy HarrisForgot to use wtap_dump_can_write_encaps()'s final...
2012-06-17 Guy HarrisExport a wtap_dump_can_write_encaps() routine from...
2012-06-17 Guy HarrisHave wtap_get_savable_file_types() take an array of...
2012-06-08 Gerald CombsForward-port r43165 and r43168 from trunk-1.6.
2012-06-08 Gerald CombsFix some dead assignments.
2012-06-06 Anders BromanFrom Stephen Donnelly: Correct ERF name, add WTAP_ENCAP...
2012-06-06 Jakub ZawadzkiFix bug #7340
2012-06-05 Anders BromanFrom Andrew Kampjes:
2012-06-05 Guy HarrisCasting a negative value to unsigned makes it positive...
2012-06-05 Anders BromanAdd another cast to make it build on Win32.
2012-06-05 Guy HarrisMaking "had" a ptrdiff_t caused warnings, even if it...
2012-06-05 Guy HarrisFrom Jakub Zawadzki: when seeking backwards, if the...
2012-06-04 Gerald CombsThere doesn't appear to be a way to convey the message...
2012-06-02 Anders BromanTry to squelch warnings
2012-06-02 Anders BromanTry to squelch warnings
2012-06-02 Anders BromanTry to squelch warnings
2012-06-01 Guy HarrisExport those file_ routines that Wiretap plugins would...
2012-06-01 Guy HarrisTShark doesn't need wtap_fdreopen(), as it doesn't...
2012-06-01 Guy HarrisMove wtap_fdreopen() to file_access.c for now, as it...
2012-06-01 Guy HarrisNeed fcntl.h for the O_ #defines on Windows.
2012-06-01 Guy HarrisSigh. There appears to be no way to get Windows to...
2012-05-28 Guy HarrisInterface lists currently have to be constructed in...
2012-05-27 Guy HarrisClean up indentation (remove tabs from one structure...
2012-05-27 Guy Harrisvwr_read_rec_header()'s return value is used only to...
2012-05-25 Chris MaynardIn ns_hrtime2nsec(), cast "val" to guint64 to fix Cover...
2012-05-24 Anders BromanFrom Stephen Donnelly:
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-23 Anders BromanFrom Stephen Donnelly:
2012-05-23 Guy HarrisIn Windows, in the Save As and Export Selected Packets...
2012-05-19 Jakub ZawadzkiZ_BLOCK was added in zlib-1.2.0.5
2012-05-16 Gerald CombsFix a bunch of uninitialized variables found by Coverit...
2012-05-11 Gerald CombsUse "%parse-param" instead of a global variable. Fixes...
2012-05-05 Guy HarrisDirectly calculate the time stamp based on the offset...
2012-05-04 Guy HarrisClean up indentation.
2012-05-04 Guy Harrisng_file_seek_rand() is supposed to return a Boolean...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-05-04 Guy HarrisFix comments.
2012-05-04 Guy HarrisGet rid of declaration of non-existent routine.
2012-05-04 Guy HarrisMake everything static that doesn't need to be exported.
2012-05-04 Guy HarrisFix indentation.
2012-05-02 Guy HarrisAdd a file_skip() routine to skip N bytes forward in...
2012-05-02 Guy HarrisPut all the comments about the "don't check the CRC...
2012-05-02 Guy HarrisUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2012-05-01 Guy HarrisRemove unnecessary null-pointer check.
2012-05-01 Chris MaynardFix 2 redundant redeclaration warnings and a bug where...
2012-04-29 Guy HarrisAdd ".dmp" as a suffix for pcap files of various flavor...
2012-04-28 Guy HarrisRemove _U_ from arguments that are actually used.
2012-04-28 Guy HarrisIf xml_get_int() fails, bail immediately; don't use...
2012-04-28 Guy HarrisGet rid of some unnecessary assignments, to remove...
2012-04-26 Guy HarrisRemove duplicate comment.
2012-04-26 Guy HarrisAdd a pcoreytohll() macro to extract "Corey-endian...
2012-04-26 Guy HarrisUse the pletohXX macros when fetching little-endian...
2012-04-26 Guy HarrisPut the pseudo-header information for Veriwave packets...
2012-04-26 Guy HarrisUse pntohs(), pntoh24(), and pntohl() to fetch big...
2012-04-26 Guy HarrisGlobal variables considered harmful. Move all the...
2012-04-26 Guy HarrisPut pcapng_open() right after libpcap_open(); pcap...
2012-04-26 Guy HarrisIf you get an I/O error when looking for the FPGA versi...
2012-04-25 Martin MathiesonReturn 0 if doesn't match signature of vwr files.
2012-04-25 Anders BromanAdd wtap_dump_fdopen_ng
2012-04-25 Anders BromanHandle wtap_dump_fdopen() as wtap_dump_open() eg call
2012-04-25 Martin MathiesonRemove some unnecessary includes and fix some indentation.
2012-04-22 Bill MeierFix a buildbot compile warning.
2012-04-22 Bill MeierVarious minor cleanup:
2012-04-22 Guy HarrisGlobal variables considered harmful (and unnecessary).
2012-04-21 Martin MathiesonLose some more unused variables reported by clang.
2012-04-20 Martin MathiesonTry to fix up some clang warnings. Will look at other...
2012-04-20 Martin MathiesonAdd a couple of casts to try to make the Windows-7...
2012-04-20 Martin MathiesonMissed file from previous commit.
2012-04-20 Martin MathiesonPatch for https://bugs.wireshark.org/bugzilla/show_bug...
next