Remove an unused variable.
[metze/wireshark/wip.git] / wiretap /
2012-12-27 Guy HarrisOK, fine, how about 4 characters initializing a 4-chara...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-26 Guy HarrisIf the attempt to read the record header fails because...
2012-12-26 Guy HarrisOn I/O errors when opening a file, use wtap_close(...
2012-12-26 Guy HarrisOK, does *this* convince the compiler that the loop...
2012-12-26 Guy HarrisWiden an argument to match its (theoretical) widest...
2012-12-26 Guy HarrisSquelch a (Y2.038K) warning.
2012-12-26 Guy HarrisFix a bunch of warnings.
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-22 Michael TüxenWhitespace changes.
2012-12-21 Gerald CombsMicrosoft CRT's _write expects an unsigned int.
2012-12-21 Guy HarrisSquelch a warning - the code shouldn't ever let "have...
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-12-21 Guy HarrisSquelch 64-bit-to-32-bit implicit conversion warning...
2012-12-05 Bill MeierFix another instance of a variable/parameter name ...
2012-12-05 Guy HarrisAdd a bunch of #defines for converting between tm_year...
2012-11-28 Michael TüxenAdd native SCTP encapsulation.
2012-10-22 Guy HarrisHave separate seek-read routines for V1.0 and V2.0.
2012-10-22 Guy HarrisPull the length-and-caplen setting operations in the...
2012-10-22 Guy HarrisPass a pointer to a struct wtap_pkthdr to a bunch of...
2012-10-21 Guy HarrisMore white-space cleanups.
2012-10-21 Guy HarrisUse phdr->pseudo_header in the seek-read routine, rathe...
2012-10-21 Guy HarrisTabs -> spaces, and other whitespace cleanups.
2012-10-19 Guy HarrisPass parse_vms_hex_dump() a pointer to a wtap_pkthdr...
2012-10-19 Jakub ZawadzkiMark unused variable with _U_
2012-10-19 Guy HarrisHoist the code to set the wtap_pkthdr into a routine...
2012-10-18 Guy HarrisWrap lines a little differently.
2012-10-18 Guy HarrisGet rid of unnecessary block braces, clean up white...
2012-10-18 Guy HarrisMove some arguments up a line.
2012-10-18 Guy HarrisHandle the fractions-of-a-second part of the time stamp...
2012-10-18 Guy HarrisRedo the processing of lines in iSeries text packet...
2012-10-17 Jakub ZawadzkiFill some phdr values also when doing random read
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 HarrisAnd that also means that we need to split the data...
2012-10-12 Guy HarrisThe "rate" field in the CommView NCF format is 1 byte...
2012-10-12 Guy HarrisIf we see an SHB after we've read the first SHB, report...
2012-10-10 Guy HarrisFrom Bill Parker: fix typo.
2012-10-10 Guy HarrisFrom Bill Parker: check for ws_fopen() failing.
2012-10-06 Evan HuusRemove unused variable caught by cppcheck.
2012-10-01 Jeff MorrissStop defining HAVE_CONFIG_H on Windows builds too.
2012-09-24 Martin MathiesonSome improvements after looking at profile of large...
2012-09-20 Martin MathiesonShouldn't set the time in seek_read() after all. At...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-19 Martin MathiesonFix a couple of dumping issues seen while working on...
2012-09-14 Gerald CombsCreate a common libui using CMake similar to what we...
2012-09-14 Anders BromanFrom Nikhil Kalu:
2012-09-07 Jeff MorrissFrom Stephen Donnelly via https://bugs.wireshark.org...
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...
next