obnox/wireshark/wip.git
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.
2011-03-25 sfisherFix coverity 268, 269, 546, 547, 548, 549 by checking...
2011-03-25 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-25 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-25 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-25 morrissAs suggested by Didier in https://bugs.wireshark.org...
2011-03-25 morrissFrom Didier via https://bugs.wireshark.org/bugzilla...
2011-03-25 cmaynardChange urb_type from FT_STRING to FT_UINT8. This fixes...
2011-03-25 morrissFix the problem reported in https://bugs.wireshark...
2011-03-25 sahlbergremove two unused assignments
2011-03-25 sahlberguse the newly created tree to store the new items inste...
2011-03-25 sahlbergremove unused variable
2011-03-25 sahlbergremove an unused variable
2011-03-25 etxrabMake it build on Windows 7
2011-03-25 sahlbergremove assignment of an unused value
2011-03-25 geraldIf a segment looks like a retransmission, don't mark...
2011-03-24 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-24 geraldAdd a missing include.
2011-03-24 wmeierFix a compile warning: unused variable
2011-03-24 geraldAdd an item about pcapng name resolution.
2011-03-24 geraldAdd initial pcapng name resolution record support....
2011-03-24 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-24 sfisherOnly display the 3 digits of precision after the decima...
2011-03-24 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-24 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-24 cmaynardDisplay the value of the ICMP echo request/reply respon...
2011-03-24 wmeierDon't assign to a proto_item* if the value won't be...
2011-03-24 kukosaExport next_tvb_... functions
2011-03-24 wmeierDon't assign to a proto_item* if the value isn't to...
2011-03-24 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-03-24 etxrabBeutify IMEISV IE output.
2011-03-24 etxrabFix Checkapi errors
next