aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-11some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversionsRonnie Sahlberg1-5/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-28more emeification of tvb_get_string()Ronnie Sahlberg1-5/+3
2005-07-23avoid a crash when tree is nullLuis Ontanon1-1/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-4/+2
2005-05-27from didier fix for the regression for bug 62Ronnie Sahlberg1-1/+1
2005-05-27cket wsp is creating string items and later appending to them and their value...Ronnie Sahlberg1-0/+8
2005-04-17Add even more calls to tvb_ensure_bytes_exist().Gerald Combs1-0/+85
2005-04-17Ham-fistedly drop in a bunch of tvb_ensure_bytes_exist() calls. One ofGerald Combs1-0/+32
2005-04-16Add a few tvb_ensure_bytes_exist() calls. Fixes bug 35.Gerald Combs1-0/+4
2005-04-08Fix brokenness from previous patch.Gerald Combs1-301/+162
2005-04-08Add a length check, fix up some comments.Gerald Combs1-162/+302
2005-04-05Try not to call proto_tree_add_text() with negative lengths in error messages.Gerald Combs1-5/+5
2005-03-23"tvb_get_stringz()" and "abs_time_to_str()" don't return null pointers,Guy Harris1-15/+6
2005-03-22As suggested by Ulf Lamping, prevent Ethereal from bailing out if there's a p...Olivier Biot1-8/+8
2005-03-22bugfix for buildbot randpkt: don't call proto_tree_add_string with a NULL poi...Ulf Lamping1-5/+7
2005-02-02From Jon Ringle:Anders Broman1-4/+4
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris1-5/+3
2004-11-30Replace a few instances of match_strval() with val_to_str().Gerald Combs1-3/+3
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+7410