obnox/wireshark/wip.git
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-09 guyDon't use DISSECTOR_ASSERT() to check a packet's conten...
2009-08-08 geraldCheck TLV lengths before we try to add them to the...
2009-08-08 krjFrom Bahaa Naamneh via Bug 3538:
2009-08-08 krjMake sure that we pass on the same set of parameters...
2009-08-08 krjPass on WinPcap/MSVC redistributable executables to...
2009-08-08 jakeFrom Ivan Sy:
2009-08-08 guyNote that the new behavior matches what Wireshark does.
2009-08-08 guyMove one comment before all of the code to which it...
2009-08-08 geraldIf we have a format error, don't try adding something...
2009-08-07 wmeierfuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG...
2009-08-07 geraldFrom Matt P via bug 3774:
2009-08-07 wmeiertshark: console_log_level preference now controls which...
2009-08-07 jmayer- Add an AC macro to test linker flags.
2009-08-07 jmayer* Tue May 26 2009 cmorve69@yahoo.es
2009-08-07 jmayer- Add rfc number comments on not-yet-decoded options
2009-08-07 krjBack out r29323. The non fully qualified path seems...
2009-08-07 krjUse fully qualified path to bash
2009-08-07 krjFree frame data slice on file reset
2009-08-07 geraldClean up the last two DIRTY_DISSECTOR_SRC entries.
2009-08-06 wmeierFix some individual cases of 'if (unsigned) < 0'
2009-08-06 wmeier'if (curr_len <= 0)' won't work as desired when curr_le...
2009-08-06 guyThose items are 32 bits or longer, so the cast should...
2009-08-06 tuexenpacket-sctp.c seems to be clean (at least it is on...
2009-08-06 stigAdded new_packet_list_set_font() and initialize fonts...
2009-08-06 tuexenGet it compiling when HAVE_LIBGCRYPT is not defined.
2009-08-06 wmeierFix some indentation and spacing
2009-08-06 geraldFix compilation warnings in a few dissectors and try...
2009-08-06 wmeierPrevent possible (benign ?) array references with an...
2009-08-06 wmeierRemove inadvertantly committed comments re issue yet...
2009-08-06 wmeierRegister ett[] subtree array only once.
2009-08-06 wmeierRegister ett[] subtree array only once.
2009-08-05 geraldConvert a GString to an ep_strbuf_t (and squelch a...
2009-08-05 jakeFrom Gerasimos Dimitriadis:
2009-08-05 jakeFix for bug 3811:
2009-08-05 jakeFrom Ivan Sy:
2009-08-05 geraldSquelch a couple of Clang Static Analyzer warnings.
2009-08-05 martinmShow power headroom report inside its own subtree.
2009-08-05 jakeFix for bug 3806:
2009-08-05 geraldAdd a couple of pointer checks.
2009-08-05 guyFix typo.
2009-08-04 guyPut the initializers for the elements of value_string...
2009-08-04 jakeOptimize empty strings to NULL pointers.
2009-08-04 wmeierFix benign double subtree registration of an ett_....
2009-08-04 wmeierMinor changes:
2009-08-04 wmeierInitialize several ett_... variables to -1
2009-08-04 wmeierInit ett_... variables to -1
2009-08-04 wmeierRemove duplicate entry from ett[]
2009-08-04 guyClean up white space a bit - use 2-space indenting.
2009-08-04 geraldMiscellaneous cleanups.
2009-08-04 martinmShow number of predefined bytes in info column.
2009-08-04 jmayerWarning fix: comma at end of enum
2009-08-04 geraldDon't exit with an error if we can't find the svn execu...
2009-08-03 geraldRework an assignment to keep static analyzers from...
2009-08-03 geraldRemove a couple of unused variables.
2009-08-03 geraldAdd some null checks.
2009-08-03 wmeierMore minor cleanups:
2009-08-03 wmeierMinor cleanups:
2009-08-03 wmeierVarious minor cleanups:
2009-08-03 guyClean up indentation somewhat.
2009-08-03 jakeFrom Gerasimos Dimitriadis:
2009-08-03 guyThou shalt terminate thy value_string arrays with ...
2009-08-03 geraldAdd a null pointer check. Remove some unused variables.
2009-08-03 jakeFrom Ivan Sy:
2009-08-03 wmeierRemove 1 commented-out #include inadvertantly committed.
2009-08-03 wmeierAdd some debug code (commented out) to check for duplic...
2009-08-03 wmeierReword some help text slightly.
2009-08-03 wmeierUse find_dissector() instead of create_dissector_handle();
2009-08-03 wmeierDo find_dissector_table() in proto_reg_handoff().
2009-08-03 wmeier(Trivial) Fix two typos.
2009-08-03 stigAdded missing packet-usb-hid.h
2009-08-03 stigHandle usb_hid_item_usage_vals as range_string.
2009-08-02 wmeierDo dissector_add() only if port non-zero; register...
2009-08-02 wmeierpacket-stun2 registers for TCP & UDP port 3478 so packe...
2009-08-02 wmeierChange default range from 1401,1401 to 1401 so that...
2009-08-02 wmeierDon't do dissector_add twice on TCP port 3689;
2009-08-02 gerald[Automatic manuf and enterprise-numbers update for...
2009-08-02 wmeierRemove unneeded #include <epan/emem.h>; fix some indent...
2009-08-02 jakeAdd additional cypher types.
2009-08-02 jakeFix for bug 3800:
2009-08-01 martinmRemember Msg3 bytes and compare with Msg4 Contention...
2009-07-31 guyFix indentation, get rid of a comment that might no...
2009-07-31 geraldFrom Adam Nielsen via bug 3659:
2009-07-31 guyCompletely remove an unused variable, don't just commen...
2009-07-31 geraldFrom Holger Freyther via bug 3776:
2009-07-31 geraldFrom Ivan Sy via bug 3797:
2009-07-31 jakeFrom Ivan Sy:
2009-07-31 sfisherInclude packet_info.h before ui_utils.h since we just...
2009-07-31 jakeFrom Ivan Sy:
2009-07-30 geraldRemove more unused variables.
2009-07-30 guyFix warnings:
2009-07-30 etxrabFrom swapnil:
2009-07-30 geraldFrom Kovarththanan Rajaratnam via bug 3506:
2009-07-30 geraldRemove a couple of unused variables.
2009-07-30 martinmShow backoff indicator value in subheader tree root.
2009-07-30 geraldRemove some unused variable assignments.
2009-07-30 geraldRemove some unused variables.
2009-07-29 wmeierFix a typo
2009-07-29 wmeierFunction dissect_zcl_attr_data_type() unused: comment...
2009-07-29 wmeierFix a potential crash and do various other minor changes:
next