summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-27Removed uneeded 'continue'.Bill Meier1-1/+0
2011-03-27Added a FALLTHRU comment to avoid a "missing break" warning.Stig Bjørlykke1-1/+2
2011-03-27Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman2-10/+30
2011-03-27Added a missing break.Stig Bjørlykke1-0/+1
2011-03-27Added a missing break.Stig Bjørlykke1-0/+1
2011-03-27Added some missing breaks.Stig Bjørlykke1-0/+2
2011-03-27Added some missing breaks.Stig Bjørlykke1-0/+3
2011-03-27Added some missing breaks.Stig Bjørlykke1-0/+2
2011-03-27Added a FALLTHRU comment to avoid a "missing break" warning.Stig Bjørlykke1-0/+1
2011-03-27Added some missing breaks.Stig Bjørlykke1-0/+2
2011-03-27Added a missing break.Stig Bjørlykke1-0/+1
2011-03-27Added a missing break.Stig Bjørlykke2-2/+2
2011-03-26Don't assign to a proto_item* if the value won't be used: Coverity 895-897Bill Meier1-28/+28
2011-03-26From Alexis La Goutte:Jaap Keuter4-0/+179
2011-03-26Added a sanity check to remove a coverity warning.Stig Bjørlykke1-1/+1
2011-03-26Added sanity checks for preferences.Stig Bjørlykke2-0/+11
2011-03-26Added a sanity check in output_fields_set_option.Stig Bjørlykke1-0/+3
2011-03-26Added a FALLTHRU comment to avoid a coverity warning.Stig Bjørlykke1-0/+1
2011-03-26Added a missing break in graph_select_segment.Stig Bjørlykke1-0/+1
2011-03-26Added a missing break in hostlist_get_filter_name.Stig Bjørlykke1-0/+1
2011-03-26From Hadar Shoham:Jaap Keuter1-1/+14
2011-03-26remove a proto_item variable we never useRonnie Sahlberg1-31/+28
2011-03-26remove a proto_item variable we dont needRonnie Sahlberg1-3/+3
2011-03-26Introduce ep_strconcat (copied from the glib version)Jeff Morriss4-0/+45
2011-03-26Remove some duplicated string manipulation code.Jeff Morriss1-88/+83
2011-03-26Simplify the generation of the 'name' passed to tick_stat_node().Jeff Morriss1-7/+3
2011-03-26The 'name's passed to tick_stat_node() do not need to be static.Jeff Morriss1-5/+6
2011-03-25Fix Coverity CIDs 810 & 811: uninitialized variables.Gerald Combs2-0/+4
2011-03-25Fix Coverity 331, 332, 333: Wrap the three remainingStephen Fisher1-3/+9
2011-03-25Reword the comments from rev 36304.Jeff Morriss1-102/+107
2011-03-25Fix coverity 268, 269, 546, 547, 548, 549 by checking for null returnStephen Fisher1-6/+15
2011-03-25Don't assign to a proto_item* if the value won't be used: Coverity 941Bill Meier1-149/+149
2011-03-25Don't assign to a proto_item* if the value won't be used: Coverity 958-961.Bill Meier1-60/+60
2011-03-25Don't assign to a proto_item* if the value won't be used: Coverity 852,854;Bill Meier1-51/+51
2011-03-25As suggested by Didier in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss3-13/+15
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss10-49/+113
2011-03-25Change urb_type from FT_STRING to FT_UINT8. This fixes the display filteringChris Maynard1-18/+5
2011-03-25Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-0/+4
2011-03-25remove two unused assignmentsRonnie Sahlberg1-2/+2
2011-03-25use the newly created tree to store the new items instead of the parent treeRonnie Sahlberg1-1/+1
2011-03-25remove unused variableRonnie Sahlberg1-2/+1
2011-03-25remove an unused variableRonnie Sahlberg1-3/+1
2011-03-25Make it build on Windows 7Anders Broman1-1/+1
2011-03-25remove assignment of an unused valueRonnie Sahlberg1-1/+1
2011-03-25If a segment looks like a retransmission, don't mark it out-of-order.Gerald Combs1-2/+4
2011-03-24Don't assign to a proto_item* if the value won't be used:Bill Meier1-27/+44
2011-03-24Add a missing include.Gerald Combs1-2/+6
2011-03-24Fix a compile warning: unused variableBill Meier1-1/+1
2011-03-24Add an item about pcapng name resolution.Gerald Combs1-0/+7
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs13-87/+570