aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-5/+5
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-6/+6
2010-01-07We do proto_item_append_string() all over the place; make the treeGuy Harris1-11/+13
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-30/+11
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-8/+5
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-25/+25
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-04-07Use some default true_false_string's.Bill Meier1-11/+6
2008-11-19Fix for bug 3071:Jaap Keuter1-1/+1
2008-11-13Small changes related to proto_register & proto_reg_handoffBill Meier1-3/+3
2008-10-28From Shmulik Bezale:Anders Broman1-0/+5
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+6
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+3
2008-04-09Remove:Anders Broman1-4/+0
2007-12-23Use proto functions i.s.o. manipulating node data directly.Jaap Keuter1-3/+2
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-13/+17
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-05-14Attempt to fix bug 1360.Jaap Keuter1-8/+6
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher1-2/+2
2007-03-23fix various const warningsUlf Lamping1-29/+29
2006-11-29From Reinhard Speyerer:Anders Broman1-0/+7
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