aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-6/+6
2006-03-09Fix coverity Error CID: 15.Olivier Biot1-1/+1
2006-03-08Fix Coverity issue CID: 14 in wkh_accept_encoding().Olivier Biot1-1/+1
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot1-3/+2
2005-10-14Use tvb_free() instead of g_free() to free tvbuffs.Gerald Combs1-23/+23
2005-09-30Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, whichOlivier Biot1-1/+4
2005-09-26Part 2 of the fix: also add the correct offset for non-WSP address records.Olivier Biot1-0/+2
2005-09-26Fix WSP redirect and SIR address parsing:Olivier Biot1-3/+15
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-5/+4
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