obnox/wireshark/wip.git
2009-08-11 rbalintFrom Ivan Sy (with minor modifications):
2009-08-11 etxrabFrom swapnil:
2009-08-11 geraldUse the right size for FT_UINT16.
2009-08-11 geraldAdd some length checks. Fixes a few recent fuzz bugs.
2009-08-11 geraldAdd a bunch of length checks. Fixes bug 3826.
2009-08-11 krj(Trivial change) move ensure_contiguous() to reflect...
2009-08-11 krjTurn a comment in fast_ensure_contiguous() into a DISSE...
2009-08-11 krjTRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default...
2009-08-11 geraldBe a little more explicit in our description of tvb_get...
2009-08-11 wmeierDon't coerce a (void *) to a (guint32 *).
2009-08-11 etxrabFrom Gerasimos Dimitriadis:
2009-08-11 etxrabFrom swapnil:
2009-08-11 krjWe now expose the following environment variables:
2009-08-11 etxrabFrom swapnil:
2009-08-10 guyFor TLV items that are a single integral value and...
2009-08-10 wmeierInitialize a variable to keep GCC happy ....
2009-08-10 wmeierValidate two tag field lengths before attempting to...
2009-08-10 etxrabFrom Kovarththanan Rajaratnam:
2009-08-10 etxrabFrom Steve Osselton:
2009-08-10 etxrabFrom Gerasimos Dimitriadis:
2009-08-10 wmeier(Quick) fix for bug #3836;
2009-08-10 guyUpdate a comment - a bad packet size could also be...
2009-08-10 krjUse ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE...
2009-08-10 geraldDon't try to allocate more than WTAP_MAX_PACKET_SIZE...
2009-08-10 geraldFix the build.
2009-08-10 jmayerIvan Sy <ivan_jr@yahoo.com> via bug 3814
2009-08-09 krjAdd unsigned int typecast
2009-08-09 krjg_error() requires a string literal.
2009-08-09 krjSplit common parts of ep_free_all and se_free_all into...
2009-08-09 krjSplit common parts of se_alloc and ep_alloc into emem_a...
2009-08-09 krjUse PITEM_FINFO.
2009-08-09 krjUse PTREE_FINFO.
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 krjAdd PNODE_FINFO. We've been using PITEM_FINFO on proto_...
2009-08-09 wmeier(Trivial): Remove uneeded #includes; make a few fcns...
2009-08-09 wmeierg_error() if registering a subtree item type already...
2009-08-09 wmeier'if(proto_... == -1)' not req'd; Don't register ett...
2009-08-09 gerald[Automatic manuf and enterprise-numbers update for...
2009-08-09 krjDon't use DISSECTOR_ASSERT to check source/destination...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST...
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
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.
next