aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msrp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-9/+9
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-21/+16
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.etxrab1-18/+18
2011-07-10From Jaap:etxrab1-2/+2
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-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-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().darkjames1-2/+1
2011-03-29Remove check_col().etxrab1-17/+13
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...morriss1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-25From Didier Gautheron via bug 4419:stig1-10/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-25/+25
2009-05-13Apply some of the patches from:etxrab1-1/+5
2009-04-06More size_t casts/fixes, and string buffers.gerald1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-1/+1
2009-01-17Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.wmeier1-5/+6
2008-11-13Small changes related to proto_register & proto_reg_handoffwmeier1-4/+3
2008-04-07- Remove GLIB1 codesfisher1-5/+0
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-3/+2
2007-08-15- s/ntohs/g_ntohsmorriss1-13/+13
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-5/+5
2007-03-27Fix some more warnings under gcc 4.0sfisher1-7/+7
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-1/+1
2006-11-06Remove some // comments.jmayer1-1/+1
2006-09-20Make the data part of the message filterablemartinm1-2/+11
2006-08-01Fix a duplicate MSRP filter stringmartinm1-1/+1
2006-07-28From Martin Mathieson:etxrab1-1/+180
2006-07-19From Martin Mathieson:etxrab1-61/+112
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-4/+4
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-30More char -> const char fixesjmayer1-1/+1
2005-07-24some more dissectors converted to ep_tvb_get_stringsahlberg1-7/+4
2005-06-16Include <ctype.h> to get "isdigit()" defined/declared.guy1-9/+7
2005-05-30Add dissection of MSRP etxrab1-0/+741