aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-28more emeification of tvb_get_string()sahlberg1-5/+3
2005-07-23avoid a crash when tree is nulllego1-1/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-4/+2
2005-05-27from didier fix for the regression for bug 62sahlberg1-1/+1
2005-05-27cket wsp is creating string items and later appending to them and their value...sahlberg1-0/+8
2005-04-17Add even more calls to tvb_ensure_bytes_exist().gerald1-0/+85
2005-04-17Ham-fistedly drop in a bunch of tvb_ensure_bytes_exist() calls. One ofgerald1-0/+32