Forgot to remove my editor's tabs before committing...
[obnox/wireshark/wip.git] / epan /
2011-05-05 darkjamesFix false positive compiler warnings:
2011-05-05 darkjamesIntroduce ip6_to_str_buf_len (little cleaner version...
2011-05-05 darkjamesSubtract (not add!) preamble length from remaining...
2011-05-05 cmaynardFix decoding of CP56Time2a timestamp. Resolves bug...
2011-05-05 darkjamesCleanup: replace se_alloc+memcpy combo with single...
2011-05-05 wmeierpacket-xtp.h used only in packet-xtp.c; Move packet...
2011-05-05 wmeierDon't assign to unused variable: Coverity 1132 [UNUSED].
2011-05-05 wmeierFix two cases of assignment to unused variables: Coveri...
2011-05-04 darkjamesCleanup: g_malloc can't return NULL, remove checks...
2011-05-04 sfisherFrom Nick Glass via bug #5887: DACP (apple remote)...
2011-05-04 darkjamesCleanup: replace sizeof(arr)/sizeof(arr[0]) with shorte...
2011-05-04 etxrabFrom Pascal Quantin:
2011-05-03 guyIt appears that, in NetMon 802.11 captures, management...
2011-05-03 guyTShark doesn't need column text attached to each frame...
2011-05-02 sfisherFrom Peter Paluch via bug #5877: EIGRP dissector enhanc...
2011-05-02 morrissFix the (fuzzed) memory allocation failure reported...
2011-05-02 stigSupport content-type x-gzip and x-deflate, as described...
2011-05-01 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-04-30 geraldCheck our PDU length. Fixes the infinite loop found...
2011-04-29 wmeierAdd "Wireshark ... Copyright ...".
2011-04-29 wmeier#include <epan/prefs.h> not req'd since there are no...
2011-04-29 wmeierRemove two unneeded forward declarations.
2011-04-29 wmeierReformat long lines in hf[] definition for readability;
2011-04-29 morrissUse proto_tree_add_item() when it saves us from having...
2011-04-29 morrissIf we're in a message return (UDTS or XUDTS), set pinfo...
2011-04-28 etxrabFrom Pascal Quantin:
2011-04-28 guyArray indices are integers, not Booleans. (The code...
2011-04-28 wmeierRemove an XXX comment;
2011-04-28 wmeierExternal subdissectors should be called regardless...
2011-04-28 wmeierAdd missing $Id$ and "Wireshark ... Copyright ..."
2011-04-28 wmeierRemove an unneeded forward declaration (fixes compiler...
2011-04-28 wmeierAdd missing "Wireshark .... Copyright ..".
2011-04-28 wmeierConvert what appears to be the use of "4 space tabs...
2011-04-28 wmeier#include <stdio.h> not req'd;
2011-04-28 morrissAdd SVN Id tag. Don't use deprecated dissector_add().
2011-04-28 darkjamesTry to fix:
2011-04-28 darkjamesChange value_string_ext->_vs_match to return value_stri...
2011-04-28 stigRemoved unused variables and functions.
2011-04-28 etxrabFrom Hans-Christoph Schemmel:
2011-04-28 etxrabFix warnings:
2011-04-28 morrissFrom Roland Knall via https://bugs.wireshark.org/bugzil...
2011-04-28 morrissFix one of the complaints in https://bugs.wireshark...
2011-04-28 morrissDon't dump core if Python was not able to load the...
2011-04-27 geraldFrom Juliusz Chroboczek via bug 5812:
2011-04-27 guyPicky, picky....
2011-04-27 etxrabFrom Pascal Quantin:
2011-04-27 morrissMy version of Python (2.5.2) core dumps if PySequence_C...
2011-04-27 guyPut the rate in for the MCS field, if all the informati...
2011-04-27 morrissFix part of https://bugs.wireshark.org/bugzilla/show_bu...
2011-04-27 wmeierComment out some unused code;
2011-04-27 wmeierRemove unneeded #include <stdlib.h>;
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeier#include <stdlib.h> not required;
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 morrissFrom Mathieu Parent via https://bugs.wireshark.org...
2011-04-27 morrissPut the length of the country code in parenthesis ...
2011-04-27 etxrabFrom Yaniv Kaul:
2011-04-27 etxrabRemove check_col().
2011-04-27 etxrabFrom Yaniv Kaul:
2011-04-27 etxrabFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 guyCreate a new frame_data_sequence data type; it represen...
2011-04-26 guyIf HAVE_LIBGNUTLS isn't defined, don't build functions...
2011-04-26 guyIf HAVE_LIBGNUTLS isn't defined, don't build functions...
2011-04-26 geraldFrom Adam Langley via bug 4349:
2011-04-26 geraldFrom Ivan Sy via bug 3343:
2011-04-26 etxrabFrom Yaniv Kaul:
2011-04-26 geraldget_host_ipaddr() was returning numeric addresses in...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-25 guyMore fun with GArrays: cast away some warnings that...
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-04-25 sfisherCast away some clang errors about cast alignments that...
2011-04-25 sfisherFix clang error ("increases requird alignment from...
2011-04-25 morrissFrom Loránd Jakab via https://bugs.wireshark.org/bugzil...
2011-04-25 morrissFrom Joakim Wiberg via https://bugs.wireshark.org/bugzi...
2011-04-24 jmayerFix CID 813: Code after ERROR is dead code (never reached)
2011-04-24 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-04-23 guyBack out previous change - I guess the Solaris buildbot...
2011-04-23 guyTry putting the include of config.h at the top of the...
2011-04-23 morrissRename g_gnuc_malloc.h to g_gnuc.h
2011-04-23 darkjamesUse orginal nsstime_t structures (without copying).
2011-04-22 morrissAvoid passing a NULL string pointer to format routines...
2011-04-22 sfisherFix various warnings found by clang 3.0 (trunk 129935...
next