aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-2/+2
* Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher2007-03-281-2/+2
* fix various const warningsUlf Lamping2007-03-231-29/+29
* From Reinhard Speyerer:Anders Broman2006-11-291-0/+7
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-6/+6
* Fix coverity Error CID: 15.Olivier Biot2006-03-091-1/+1
* Fix Coverity issue CID: 14 in wkh_accept_encoding().Olivier Biot2006-03-081-1/+1
* Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot2005-11-011-3/+2
* Use tvb_free() instead of g_free() to free tvbuffs.Gerald Combs2005-10-141-23/+23
* Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, whichOlivier Biot2005-09-301-1/+4
* Part 2 of the fix: also add the correct offset for non-WSP address records.Olivier Biot2005-09-261-0/+2
* Fix WSP redirect and SIR address parsing:Olivier Biot2005-09-261-3/+15
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-5/+4
* some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversionsRonnie Sahlberg2005-08-111-5/+3
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-2/+2
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* more emeification of tvb_get_string()Ronnie Sahlberg2005-07-281-5/+3
* avoid a crash when tree is nullLuis Ontanon2005-07-231-1/+2
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-4/+2
* from didier fix for the regression for bug 62Ronnie Sahlberg2005-05-271-1/+1
* cket wsp is creating string items and later appending to them and their value...Ronnie Sahlberg2005-05-271-0/+8
* Add even more calls to tvb_ensure_bytes_exist().Gerald Combs2005-04-171-0/+85
* Ham-fistedly drop in a bunch of tvb_ensure_bytes_exist() calls. One ofGerald Combs2005-04-171-0/+32
* Add a few tvb_ensure_bytes_exist() calls. Fixes bug 35.Gerald Combs2005-04-161-0/+4
* Fix brokenness from previous patch.Gerald Combs2005-04-081-301/+162
* Add a length check, fix up some comments.Gerald Combs2005-04-081-162/+302
* Try not to call proto_tree_add_text() with negative lengths in error messages.Gerald Combs2005-04-051-5/+5
* "tvb_get_stringz()" and "abs_time_to_str()" don't return null pointers,Guy Harris2005-03-231-15/+6
* As suggested by Ulf Lamping, prevent Ethereal from bailing out if there's a p...Olivier Biot2005-03-221-8/+8
* bugfix for buildbot randpkt: don't call proto_tree_add_string with a NULL poi...Ulf Lamping2005-03-221-5/+7
* From Jon Ringle:Anders Broman2005-02-021-4/+4
* Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris2004-12-201-5/+3
* Replace a few instances of match_strval() with val_to_str().Gerald Combs2004-11-301-3/+3
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+7410