obnox/wireshark/wip.git
2011-04-04 etxrabChange the msg_fcn() signature to include pinfo.
2011-04-04 etxrabFrom jakub Zawadzki:
2011-04-03 wmeierDon't assign to a proto_item* if the value won't be...
2011-04-03 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-04-02 etxrab-Whitespace fix in gsm_map-template(no need to regenerate).
2011-04-01 wmeierAdd some info as to the determination of the length...
2011-04-01 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-04-01 cmaynardAvoid potential buffer overruns when sscanf'ing strings.
2011-04-01 cmaynardDon't use pParser->yyidx as an index into pParser-...
2011-04-01 cmaynardRemove const type qualifier from cast. Resolves CID...
2011-04-01 martinmTake care not to append RLC mode to proto_item twice.
2011-03-31 wmeierRename local 'pipe_input' so it doesn't shadow global...
2011-03-31 sahlbergMemory leak in lemon.c
2011-03-31 cmaynardFix 11 occurrences of returned pointer never used....
2011-03-31 cmaynardCheck return value of file_seek(). Fixes CID 338.
2011-03-31 cmaynardDon't dereference a NULL pointer. Fixes CID 426.
2011-03-31 cmaynardseparator will never be NULL, but sep_len could be...
2011-03-31 cmaynardUse BSWAP16 instead of BSWAP32 for 16-bit values. ...
2011-03-31 cmaynardUse a common function, higher_priority_status_level...
2011-03-31 cmaynardClear the entire contents of ctx at the end of md5_fini...
2011-03-31 cmaynardFrom Alexis La Goutte via bug 5790: Fix 8 clang warning...
2011-03-31 cmaynardDelete unused header fields found by running tools...
2011-03-31 wmeier(Trivial) Fix some typos; do some whitespace cleanup...
2011-03-31 cmaynardFrom Yair via bug 5779: Add option to leave AAL5 in...
2011-03-31 cmaynardFrom Andrew Feren via bug 5775: Correct types on severa...
2011-03-31 stigRegister tcp by name.
2011-03-31 stigUse correct functions to fetch protocol name for a...
2011-03-31 stigAdded dissector_handle_get_long_name().
2011-03-31 stigUse correct length for clientaddr4 callback address...
2011-03-30 cmaynardFix a couple of typos.
2011-03-30 cmaynardFrom: wireshark.org/lists/wireshark-dev/201103/msg00157...
2011-03-30 cmaynardWrap all text lines of help at column 80.
2011-03-30 sahlbergremove two pointless const in casts
2011-03-30 sahlbergremove some assignments we dont use
2011-03-29 cmaynardChange TCP_PORT_MANGO to TCP_PORT_MONGO.
2011-03-29 morrissDon't put a 65536 byte variable on the stack: instead...
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdd a missing break.
2011-03-29 etxrabAdded FALLTHRU comment to avoid a "missing break"...
2011-03-29 cmaynardFrom Alexis La Goutte via bug 5790: Add partial bit...
2011-03-29 cmaynardGrab URL from frame info value instead of from tvb...
2011-03-29 morrissDon't put a 196808 byte variable on the stack: instead...
2011-03-29 etxrabRemove check_col().
2011-03-29 martinmDon't assign proto_item pointers that are not used.
2011-03-29 morrissDon't put a 65536 byte variable on the stack: instead...
2011-03-29 stigGuard against NULL return from find_protocol_by_id().
2011-03-29 stigFrom Pascal Quantin:
2011-03-29 kukosaRTP: display payload type name from dynamic payload...
2011-03-29 morrissProhibit (memory-unsafe) g_sprintf() and g_vsprintf().
2011-03-28 cmaynardCast to guint to avoid a Windows compiler warning.
2011-03-28 cmaynardMove -D option into "pre-scan" group as there's no...
2011-03-28 cmaynardUse fprintf_stderr() instead of printf() so "wireshark...
2011-03-28 sfisherFix for bug #4334 "VNC Hextile encoding is incomplete...
2011-03-28 morrissUse g_ascii_strdown instead of g_strdown
2011-03-28 guyMore updates to the wtap_open_offline() comment.
2011-03-28 cmaynardDon't use prohibited strncpy(). Use g_strlcpy() instea...
2011-03-28 cmaynardDon't use prohibited strncpy(). In this case, use...
2011-03-28 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-03-28 morrissFrom Stephane Bryant via https://bugs.wireshark.org...
2011-03-28 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-03-28 cmaynardMake ip.fragments an FT_BYTES field so a PDML Export...
2011-03-28 stigAdded payload, header and trailer information to the...
2011-03-28 etxrabUpdate a comment.
2011-03-27 guyIf there are more than 4 billion characters in the...
2011-03-27 wmeierFix Coverity 393: "DEADCODE"; Add an XXX comment
2011-03-27 geraldAdd "-z hosts", which dumps name resolution information...
2011-03-27 geraldAdd the IPv4 address, not the first 4 bytes of its...
2011-03-27 wmeier1. Fix bug in dissection of a field; Add two missing...
2011-03-27 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-03-27 wmeierRemoved uneeded 'continue'.
2011-03-27 stigAdded a FALLTHRU comment to avoid a "missing break...
2011-03-27 etxrabAdded FALLTHRU comment to avoid a "missing break"...
2011-03-27 stigAdded a missing break.
2011-03-27 stigAdded a missing break.
2011-03-27 stigAdded some missing breaks.
2011-03-27 stigAdded some missing breaks.
2011-03-27 stigAdded some missing breaks.
2011-03-27 stigAdded a FALLTHRU comment to avoid a "missing break...
2011-03-27 stigAdded some missing breaks.
2011-03-27 stigAdded a missing break.
2011-03-27 stigAdded a missing break.
2011-03-26 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-26 jakeFrom Alexis La Goutte:
2011-03-26 stigAdded a sanity check to remove a coverity warning.
2011-03-26 stigAdded sanity checks for preferences.
2011-03-26 stigAdded a sanity check in output_fields_set_option.
2011-03-26 stigAdded a FALLTHRU comment to avoid a coverity warning.
2011-03-26 stigAdded a missing break in graph_select_segment.
2011-03-26 stigAdded a missing break in hostlist_get_filter_name.
2011-03-26 jakeFrom Hadar Shoham:
2011-03-26 sahlbergremove a proto_item variable we never use
2011-03-26 sahlbergremove a proto_item variable we dont need
2011-03-26 morrissIntroduce ep_strconcat (copied from the glib version)
2011-03-26 morrissRemove some duplicated string manipulation code.
2011-03-26 morrissSimplify the generation of the 'name' passed to tick_st...
2011-03-26 morrissThe 'name's passed to tick_stat_node() do not need...
2011-03-25 geraldFix Coverity CIDs 810 & 811: uninitialized variables.
2011-03-25 sfisherFix Coverity 331, 332, 333: Wrap the three remaining
2011-03-25 morrissReword the comments from rev 36304.
next