metze/wireshark/wip.git
2009-08-09 Kovarththanan... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-09 Guy HarrisDon't use DISSECTOR_ASSERT() to check a packet's conten...
2009-08-08 Gerald CombsCheck TLV lengths before we try to add them to the...
2009-08-08 Kovarththanan... From Bahaa Naamneh via Bug 3538:
2009-08-08 Kovarththanan... Make sure that we pass on the same set of parameters...
2009-08-08 Kovarththanan... Pass on WinPcap/MSVC redistributable executables to...
2009-08-08 Jaap KeuterFrom Ivan Sy:
2009-08-08 Guy HarrisNote that the new behavior matches what Wireshark does.
2009-08-08 Guy HarrisMove one comment before all of the code to which it...
2009-08-08 Gerald CombsIf we have a format error, don't try adding something...
2009-08-07 Bill Meierfuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG...
2009-08-07 Gerald CombsFrom Matt P via bug 3774:
2009-08-07 Bill Meiertshark: console_log_level preference now controls which...
2009-08-07 Jörg Mayer- Add an AC macro to test linker flags.
2009-08-07 Jörg Mayer* Tue May 26 2009 cmorve69@yahoo.es
2009-08-07 Jörg Mayer- Add rfc number comments on not-yet-decoded options
2009-08-07 Kovarththanan... Back out r29323. The non fully qualified path seems...
2009-08-07 Kovarththanan... Use fully qualified path to bash
2009-08-07 Kovarththanan... Free frame data slice on file reset
2009-08-07 Gerald CombsClean up the last two DIRTY_DISSECTOR_SRC entries.
2009-08-06 Bill MeierFix some individual cases of 'if (unsigned) < 0'
2009-08-06 Bill Meier'if (curr_len <= 0)' won't work as desired when curr_le...
2009-08-06 Guy HarrisThose items are 32 bits or longer, so the cast should...
2009-08-06 Michael Tüxenpacket-sctp.c seems to be clean (at least it is on...
2009-08-06 Stig BjørlykkeAdded new_packet_list_set_font() and initialize fonts...
2009-08-06 Michael TüxenGet it compiling when HAVE_LIBGCRYPT is not defined.
2009-08-06 Bill MeierFix some indentation and spacing
2009-08-06 Gerald CombsFix compilation warnings in a few dissectors and try...
2009-08-06 Bill MeierPrevent possible (benign ?) array references with an...
2009-08-06 Bill MeierRemove inadvertantly committed comments re issue yet...
2009-08-06 Bill MeierRegister ett[] subtree array only once.
2009-08-06 Bill MeierRegister ett[] subtree array only once.
2009-08-05 Gerald CombsConvert a GString to an ep_strbuf_t (and squelch a...
2009-08-05 Jaap KeuterFrom Gerasimos Dimitriadis:
2009-08-05 Jaap KeuterFix for bug 3811:
2009-08-05 Jaap KeuterFrom Ivan Sy:
2009-08-05 Gerald CombsSquelch a couple of Clang Static Analyzer warnings.
2009-08-05 Martin MathiesonShow power headroom report inside its own subtree.
2009-08-05 Jaap KeuterFix for bug 3806:
2009-08-05 Gerald CombsAdd a couple of pointer checks.
2009-08-05 Guy HarrisFix typo.
2009-08-04 Guy HarrisPut the initializers for the elements of value_string...
2009-08-04 Jaap KeuterOptimize empty strings to NULL pointers.
2009-08-04 Bill MeierFix benign double subtree registration of an ett_....
2009-08-04 Bill MeierMinor changes:
2009-08-04 Bill MeierInitialize several ett_... variables to -1
2009-08-04 Bill MeierInit ett_... variables to -1
2009-08-04 Bill MeierRemove duplicate entry from ett[]
2009-08-04 Guy HarrisClean up white space a bit - use 2-space indenting.
2009-08-04 Gerald CombsMiscellaneous cleanups.
2009-08-04 Martin MathiesonShow number of predefined bytes in info column.
2009-08-04 Jörg MayerWarning fix: comma at end of enum
2009-08-04 Gerald CombsDon't exit with an error if we can't find the svn execu...
2009-08-03 Gerald CombsRework an assignment to keep static analyzers from...
2009-08-03 Gerald CombsRemove a couple of unused variables.
2009-08-03 Gerald CombsAdd some null checks.
2009-08-03 Bill MeierMore minor cleanups:
2009-08-03 Bill MeierMinor cleanups:
2009-08-03 Bill MeierVarious minor cleanups:
2009-08-03 Guy HarrisClean up indentation somewhat.
2009-08-03 Jaap KeuterFrom Gerasimos Dimitriadis:
2009-08-03 Guy HarrisThou shalt terminate thy value_string arrays with ...
2009-08-03 Gerald CombsAdd a null pointer check. Remove some unused variables.
2009-08-03 Jaap KeuterFrom Ivan Sy:
2009-08-03 Bill MeierRemove 1 commented-out #include inadvertantly committed.
2009-08-03 Bill MeierAdd some debug code (commented out) to check for duplic...
2009-08-03 Bill MeierReword some help text slightly.
2009-08-03 Bill MeierUse find_dissector() instead of create_dissector_handle();
2009-08-03 Bill MeierDo find_dissector_table() in proto_reg_handoff().
2009-08-03 Bill Meier(Trivial) Fix two typos.
2009-08-03 Stig BjørlykkeAdded missing packet-usb-hid.h
2009-08-03 Stig BjørlykkeHandle usb_hid_item_usage_vals as range_string.
2009-08-02 Bill MeierDo dissector_add() only if port non-zero; register...
2009-08-02 Bill Meierpacket-stun2 registers for TCP & UDP port 3478 so packe...
2009-08-02 Bill MeierChange default range from 1401,1401 to 1401 so that...
2009-08-02 Bill MeierDon't do dissector_add twice on TCP port 3689;
2009-08-02 Gerald Combs[Automatic manuf and enterprise-numbers update for...
2009-08-02 Bill MeierRemove unneeded #include <epan/emem.h>; fix some indent...
2009-08-02 Jaap KeuterAdd additional cypher types.
2009-08-02 Jaap KeuterFix for bug 3800:
2009-08-01 Martin MathiesonRemember Msg3 bytes and compare with Msg4 Contention...
2009-07-31 Guy HarrisFix indentation, get rid of a comment that might no...
2009-07-31 Gerald CombsFrom Adam Nielsen via bug 3659:
2009-07-31 Guy HarrisCompletely remove an unused variable, don't just commen...
2009-07-31 Gerald CombsFrom Holger Freyther via bug 3776:
2009-07-31 Gerald CombsFrom Ivan Sy via bug 3797:
2009-07-31 Jaap KeuterFrom Ivan Sy:
2009-07-31 Stephen FisherInclude packet_info.h before ui_utils.h since we just...
2009-07-31 Jaap KeuterFrom Ivan Sy:
2009-07-30 Gerald CombsRemove more unused variables.
2009-07-30 Guy HarrisFix warnings:
2009-07-30 Anders BromanFrom swapnil:
2009-07-30 Gerald CombsFrom Kovarththanan Rajaratnam via bug 3506:
2009-07-30 Gerald CombsRemove a couple of unused variables.
2009-07-30 Martin MathiesonShow backoff indicator value in subheader tree root.
2009-07-30 Gerald CombsRemove some unused variable assignments.
2009-07-30 Gerald CombsRemove some unused variables.
2009-07-29 Bill MeierFix a typo
2009-07-29 Bill MeierFunction dissect_zcl_attr_data_type() unused: comment...
2009-07-29 Bill MeierFix a potential crash and do various other minor changes:
next