aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Improve AM sequence analysis, check ACK looks sensible compared with latest S...Martin Mathieson1-7/+119
2011-05-19Set subheader root length to 1, so if contentsinvalid will already be correct...Martin Mathieson1-3/+9
2011-05-18Don't create 2 unneeded subtrees; Fixes Coverity 879 & 880 [UNUSED];Bill Meier1-5/+1
2011-05-18Don't assign to an unused 'proto_item *': Fixes Coverity 883 [UNUSED];Bill Meier1-10/+7
2011-05-18Create 2 subtrees using the correct 'proto_item *'; Fixes Coverity 900 & 901 ...Bill Meier1-4/+2
2011-05-18#include <stdlib.h> not req'd;Bill Meier1-527/+601
2011-05-18Add a missing creation of a subtree: Fixes Coverity 907 [UNUSED];Bill Meier1-2/+2
2011-05-18Fix tvb_get_bits_buf for LSB.Jakub Zawadzki1-3/+8
2011-05-18(Trivial) Fix a typo; Add spme punctuation in a coment.Bill Meier1-9/+9
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...Jeff Morriss3-46/+44
2011-05-18Fix a couple (value) mistakes in a value_string, taking the values from the IDLJeff Morriss1-8/+9
2011-05-18Fix a (value) mistake in a value_string. Found by Martin's patch on the -dev...Jeff Morriss1-1/+1
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on t...Jeff Morriss2-11/+11
2011-05-18We don't have the ability to set the capture buffer size on all platforms.Guy Harris1-0/+2
2011-05-18- Optimize tvb_get_bits_bufJakub Zawadzki2-13/+43
2011-05-18Don't print too many interface names...Michael Tüxen1-9/+22
2011-05-18Add support for multiple interfaces for the -L option.Michael Tüxen1-16/+19
2011-05-18Support multiple interfaces when used with -L option.Michael Tüxen1-21/+45
2011-05-18Use the interface specific parameter array.Michael Tüxen1-69/+75
2011-05-18Finish removing tabs and fix up some indentation.Jeff Morriss1-323/+324
2011-05-18Mark a function arg as _U_Bill Meier1-1/+1
2011-05-18Do PROTO_ITEM_SET_GENERATED for two 'proto_item *': Fixes Coverity 914 & 915 ...Bill Meier1-6/+8
2011-05-18Add a default (else) case in the default case for cause values to avoid passingJeff Morriss1-5/+15
2011-05-18Don't assign to an unused 'proto_item *': Coverity 939 [UNUSED];Bill Meier1-2/+10
2011-05-18Use subtree rather than parent tree to add items; Fixes Coverity 973 & 974;Bill Meier1-48/+48
2011-05-18Per destination flags is a 1-byte field. Grab it with tvb_get_guint8(), notChris Maynard1-1/+1
2011-05-18From discussion in dev mailing ( http://www.wireshark.org/lists/wireshark-dev...Alexis La Goutte1-41/+40
2011-05-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5930 :Jeff Morriss1-2/+5
2011-05-18Refer to "Capture Help" as "Capture Help below" when there are no interfacesBalint Reczey1-1/+1
2011-05-18Removed "Copy" from the profiles popup menu in favour of a "Create from"Stig Bjørlykke3-57/+106
2011-05-18You cannot just make the "len" field of a GByteArray larger, if there'sGuy Harris1-1/+6
2011-05-18Make some more routines not used outside epan/proto.c static.Guy Harris1-3/+3
2011-05-18Convert tabs to "4 spaces" since it appears that tabs are "4 space tabs";Bill Meier1-754/+754
2011-05-18Remove code to generate an unuse sub-tree: Coverity: 976;Bill Meier1-12/+3
2011-05-18Don't assign to unused proto_item * variables: Coverity 1015 & 1016.Bill Meier1-6/+4
2011-05-18Remove altogether code '#if 0'd in SVN #37229.Bill Meier1-26/+0
2011-05-18Get rid of unused function.Guy Harris1-8/+0
2011-05-18#if 0 some unused code & vars: Coverity 1018 & 1019;Bill Meier1-0/+7
2011-05-17Squelch a narrowing warning.Guy Harris1-1/+1
2011-05-17Squelch a narrowing warning.Guy Harris1-1/+1
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris1-1/+1
2011-05-17Add items to subtree rather than tree: Coverity 1026;Bill Meier1-18/+17
2011-05-17Fix another old-style function definition.Guy Harris1-1/+1
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris11-10/+14
2011-05-17Add -Wold-style-definition and -Wdeclaration-after-statement to the listGuy Harris1-2/+17
2011-05-17Always add the parameter length field to the tree; only make it visibleJeff Morriss1-13/+22
2011-05-17Add generic tvb_get_bits_buf() which accepts any no_of_bits.Jakub Zawadzki3-0/+58
2011-05-17More eradication of old-style function definitions.Guy Harris9-14/+14
2011-05-17Declare wtap_dump_has_name_resolution().Guy Harris1-0/+1
2011-05-17Add a filterable item for the length of the GT digits in a subtree under theJeff Morriss1-25/+36