aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Use tvb_get_ephemeral_string() instead of tvb_get_ptr().morriss1-3/+3
2011-05-20Use tvb_bytes_to_str() instead of a homegrown version.morriss1-16/+3
2011-05-20Use TVB accessor functions instead of tvb_get_ptr()morriss2-10/+12
2011-05-20Use tvb_ether_to_str()morriss2-11/+6
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intomorriss7-71/+77
2011-05-19Don't assign to an unused 'proto item *': Coverity 1033 & 906wmeier2-5/+4
2011-05-19Create subtree under the correct parent tree: Coverity 1138.wmeier1-2/+2
2011-05-19Don't assign a value which is never used to a 'proto item *': Covertiy 1135;wmeier1-4/+2
2011-05-19#if 0 some not currently used code: Fixes Coverity 966 [UNUSED]wmeier1-430/+430
2011-05-19Give some routines used for info levels that appear both in set and getguy3-80/+184
2011-05-19Fix a typo.etxrab1-1/+1
2011-05-19Subdissect 2 3GPP AVP:s that are actually text.etxrab1-78/+147
2011-05-19The routines declared in packet-smb.h are defined in packet-smb.c;guy1-55/+54
2011-05-19For old times' sake: Fix bad dissection of Ethernet Router Hello Messages: Co...wmeier1-286/+280
2011-05-19Add a check that (plain) value_strings that are used in hf items don't havemartinm1-0/+48
2011-05-19Improve AM sequence analysis, check ACK looks sensible compared with latest S...martinm1-7/+119
2011-05-19Set subheader root length to 1, so if contentsinvalid will already be correct...martinm1-3/+9
2011-05-18Don't create 2 unneeded subtrees; Fixes Coverity 879 & 880 [UNUSED];wmeier1-5/+1
2011-05-18Don't assign to an unused 'proto_item *': Fixes Coverity 883 [UNUSED];wmeier1-10/+7
2011-05-18Create 2 subtrees using the correct 'proto_item *'; Fixes Coverity 900 & 901 ...wmeier1-4/+2
2011-05-18#include <stdlib.h> not req'd;wmeier1-527/+601
2011-05-18Add a missing creation of a subtree: Fixes Coverity 907 [UNUSED];wmeier1-2/+2
2011-05-18Fix tvb_get_bits_buf for LSB.darkjames1-3/+8
2011-05-18(Trivial) Fix a typo; Add spme punctuation in a coment.wmeier1-9/+9
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...morriss3-46/+44
2011-05-18Fix a couple (value) mistakes in a value_string, taking the values from the IDLmorriss1-8/+9
2011-05-18Fix a (value) mistake in a value_string. Found by Martin's patch on the -dev...morriss1-1/+1
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on t...morriss1-6/+6
2011-05-18- Optimize tvb_get_bits_bufdarkjames2-13/+43
2011-05-18Finish removing tabs and fix up some indentation.morriss1-323/+324
2011-05-18Mark a function arg as _U_wmeier1-1/+1
2011-05-18Do PROTO_ITEM_SET_GENERATED for two 'proto_item *': Fixes Coverity 914 & 915 ...wmeier1-6/+8
2011-05-18Add a default (else) case in the default case for cause values to avoid passingmorriss1-5/+15
2011-05-18Don't assign to an unused 'proto_item *': Coverity 939 [UNUSED];wmeier1-2/+10
2011-05-18Use subtree rather than parent tree to add items; Fixes Coverity 973 & 974;wmeier1-48/+48
2011-05-18Per destination flags is a 1-byte field. Grab it with tvb_get_guint8(), notcmaynard1-1/+1
2011-05-18From discussion in dev mailing ( http://www.wireshark.org/lists/wireshark-dev...alagoutte1-41/+40
2011-05-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5930 :morriss1-2/+5
2011-05-18You cannot just make the "len" field of a GByteArray larger, if there'sguy1-1/+6
2011-05-18Make some more routines not used outside epan/proto.c static.guy1-3/+3
2011-05-18Convert tabs to "4 spaces" since it appears that tabs are "4 space tabs";wmeier1-754/+754
2011-05-18Remove code to generate an unuse sub-tree: Coverity: 976;wmeier1-12/+3
2011-05-18Don't assign to unused proto_item * variables: Coverity 1015 & 1016.wmeier1-6/+4
2011-05-18Remove altogether code '#if 0'd in SVN #37229.wmeier1-26/+0
2011-05-18Get rid of unused function.guy1-8/+0
2011-05-18#if 0 some unused code & vars: Coverity 1018 & 1019;wmeier1-0/+7
2011-05-17Squelch a narrowing warning.guy1-1/+1
2011-05-17Squelch a narrowing warning.guy1-1/+1
2011-05-17Make some routines static that aren't used outside the source file inguy1-1/+1
2011-05-17Add items to subtree rather than tree: Coverity 1026;wmeier1-18/+17