obnox/wireshark/wip.git
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
2011-03-24 etxrabFrom Vincent Helfre:
2011-03-24 morrissFrom Dirk: fix https://bugs.wireshark.org/bugzilla...
2011-03-24 morrissIf we've already seen a segment which starts a multi...
2011-03-23 geraldMore markup updates.
2011-03-23 geraldFix markup.
2011-03-23 sahlbergremove a conditional that can never be true
2011-03-23 geraldClean up information about older Windows versions.
2011-03-23 cmaynardAdded an entry about the new tshark "-z <proto>,srt...
2011-03-23 cmaynardAdd ICMP echo request/reply conversation tracking....
2011-03-23 cmaynardFrom: wireshark.org/lists/wireshark-dev/201103/msg00157...
2011-03-23 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-03-23 wmeierRemove unneeded NULL Test...
2011-03-23 wmeierRecode a loop slightly ....
2011-03-23 wmeierFix bug: 'if ((octet & 0x80) == 80)' ==> 'if ((octet...
2011-03-23 wmeierFix bugs: 'if ((flags & 0x2) == 1)' ==> 'if ((flags...
2011-03-23 stigFixed second parameter to create_persconffile_profile.
2011-03-23 stigEnsure we create the "Default" personal configuration...
2011-03-23 wmeierFix bug: 'guint8 |=0x8000'.
2011-03-23 morrissDon't use C++/C99-style comments.
2011-03-23 martinmRemove some unncessary assignments to proto_item pointers.
2011-03-23 martinmDon't assign proto_item pointers that are not used.
2011-03-23 martinmRemove static that was added to appease Coverity 753...
2011-03-23 etxrabFrom Vincent Helfre:
2011-03-23 stigRemoved unused parameter to parseServiceNodeId.
2011-03-23 stigRewrote check for szStr in dissect_ICBAPhysicalDevice_g...
2011-03-23 stigRemoved "comparing an array to null", with no effect.
2011-03-23 stigRemoved "comparing an array to null", with no effect.
2011-03-23 stigRemoved "comparing an array to null", with no effect.
2011-03-23 sahlbergvalue&0x03 does not need to be shifted to the right...
2011-03-23 etxrabCID 453,454
2011-03-23 sahlbergdont assign to a proto_item* unless we are going to...
2011-03-23 sahlbergPrint the time units in the CSV output for io_stat...
2011-03-23 sahlbergShift the correct number of steps when masking the...
2011-03-23 sahlbergThe NSG bits in the login pdu are 0x0c not 0xc0
2011-03-23 wmeierDon't compute each checksum twice when adding dummy...
2011-03-22 morrissDon't compile expert_dlg.c (that dialog is being removed)
2011-03-22 geraldClarify a comment.
2011-03-22 sahlbergCoverity 989
2011-03-22 stigAdded a sanity check for finfo->hfinfo.
next