aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-16Add a few tvb_ensure_bytes_exist() calls. Fixes bug 35.gerald1-0/+4
2005-04-08Fix brokenness from previous patch.gerald1-301/+162
2005-04-08Add a length check, fix up some comments.gerald1-162/+302
2005-04-05Try not to call proto_tree_add_text() with negative lengths in error messages.gerald1-5/+5
2005-03-23"tvb_get_stringz()" and "abs_time_to_str()" don't return null pointers,guy1-15/+6
2005-03-22As suggested by Ulf Lamping, prevent Ethereal from bailing out if there's a p...obiot1-8/+8
2005-03-22bugfix for buildbot randpkt: don't call proto_tree_add_string with a NULL poi...ulfl1-5/+7
2005-02-02From Jon Ringle:etxrab1-4/+4
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andguy1-5/+3
2004-11-30Replace a few instances of match_strval() with val_to_str().gerald1-3/+3
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+7410