aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier20-33/+77
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier9-124/+110
2011-05-20Add to comment about using a heuristic; Fix a typo.Bill Meier1-1/+3
2011-05-20Use correct parent tree when creating a subtree: Fixes Coverity 902 [UNUSED];Bill Meier1-166/+163
2011-05-20'#if 0' code related to already commented out code: Fixes Coverity 881.Bill Meier1-6/+11
2011-05-20Don't assign to a proto_item* if the value won't be used: Coverity 975 [UNUSED]Bill Meier1-470/+462
2011-05-20Prettify som 3GPP AVP:sAnders Broman1-1/+67
2011-05-20Copy data from the TVB into ep_alloc'd memory, rather than saving a pointer i...Jeff Morriss1-2/+5
2011-05-20Use tvb_get_ephemeral_string() instead of tvb_get_ptr().Jeff Morriss1-3/+3
2011-05-20Use tvb_bytes_to_str() instead of a homegrown version.Jeff Morriss1-16/+3
2011-05-20Use TVB accessor functions instead of tvb_get_ptr()Jeff Morriss2-10/+12
2011-05-20Use tvb_ether_to_str()Jeff Morriss2-11/+6
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss7-71/+77
2011-05-19Don't assign to an unused 'proto item *': Coverity 1033 & 906Bill Meier2-5/+4
2011-05-19Create subtree under the correct parent tree: Coverity 1138.Bill Meier1-2/+2
2011-05-19Don't assign a value which is never used to a 'proto item *': Covertiy 1135;Bill Meier1-4/+2
2011-05-19#if 0 some not currently used code: Fixes Coverity 966 [UNUSED]Bill Meier1-430/+430
2011-05-19Give some routines used for info levels that appear both in set and getGuy Harris3-80/+184
2011-05-19Fix a typo.Anders Broman1-1/+1
2011-05-19Subdissect 2 3GPP AVP:s that are actually text.Anders Broman1-78/+147
2011-05-19The routines declared in packet-smb.h are defined in packet-smb.c;Guy Harris1-55/+54
2011-05-19For old times' sake: Fix bad dissection of Ethernet Router Hello Messages: Co...Bill Meier1-286/+280
2011-05-19Add a check that (plain) value_strings that are used in hf items don't haveMartin Mathieson1-0/+48
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 Morriss1-6/+6
2011-05-18- Optimize tvb_get_bits_bufJakub Zawadzki2-13/+43
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-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