aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Fix memory leaks involving tvb_get_stringz() by replacing it with tvb_get_eph...cmaynard1-43/+22
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-05All: Fix proto_tree_add_item() encoding parameter:wmeier1-26/+40
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-08-04Remove unneeded #includes.wmeier1-3/+0
2011-08-04Whitespace cleanup: convert mixture of "4 space" and "8 space" tabs to spaces.wmeier1-6361/+6371
2011-08-04Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-60/+69
2011-07-06Fix memory leak, using ep_alloc() instead of g_malloc().cmaynard1-1/+1
2011-02-24Fix Bug #5624: "Unknown MMS multipart media is shown in the wrong subtree"wmeier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-6/+6
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-59/+73
2010-10-10Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_typewmeier1-9/+9
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-5/+5
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-02-28Added svn:ignore targets.stig1-5/+5
2010-01-26Fix some gcc -Wshadow warningswmeier1-6/+6
2010-01-07We do proto_item_append_string() all over the place; make the treeguy1-11/+13
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-30/+11
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-8/+5
2009-08-09Don't guard col_clear with col_checkkrj1-4/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-21From Kovarththanan Rajaratnam via bug 3548:stig1-25/+25
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-04-07Use some default true_false_string's.wmeier1-11/+6
2008-11-19Fix for bug 3071:jake1-1/+1
2008-11-13Small changes related to proto_register & proto_reg_handoffwmeier1-3/+3
2008-10-28From Shmulik Bezale:etxrab1-0/+5
2008-05-21Fix some of the Errors/warnings detected by checkapi.etxrab1-2/+6
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-2/+3
2008-04-09Remove:etxrab1-4/+0
2007-12-23Use proto functions i.s.o. manipulating node data directly.jake1-3/+2
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-13/+17
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-05-14Attempt to fix bug 1360.jake1-8/+6
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativesfisher1-2/+2
2007-03-23fix various const warningsulfl1-29/+29
2006-11-29From Reinhard Speyerer:etxrab1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-6/+6
2006-03-09Fix coverity Error CID: 15.obiot1-1/+1
2006-03-08Fix Coverity issue CID: 14 in wkh_accept_encoding().obiot1-1/+1
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.obiot1-3/+2
2005-10-14Use tvb_free() instead of g_free() to free tvbuffs.gerald1-23/+23
2005-09-30Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, whichobiot1-1/+4
2005-09-26Part 2 of the fix: also add the correct offset for non-WSP address records.obiot1-0/+2
2005-09-26Fix WSP redirect and SIR address parsing:obiot1-3/+15
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-5/+4
2005-08-11some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversionssahlberg1-5/+3