aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-26Fix memory leaks involving tvb_get_stringz() by replacing it with tvb_get_eph...Chris Maynard1-43/+22
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-05All: Fix proto_tree_add_item() encoding parameter:Bill Meier1-26/+40
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-04Remove unneeded #includes.Bill Meier1-3/+0
2011-08-04Whitespace cleanup: convert mixture of "4 space" and "8 space" tabs to spaces.Bill Meier1-6361/+6371
2011-08-04Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-60/+69
2011-07-06Fix memory leak, using ep_alloc() instead of g_malloc().Chris Maynard1-1/+1
2011-02-24Fix Bug #5624: "Unknown MMS multipart media is shown in the wrong subtree"Bill Meier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-59/+73
2010-10-10Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_typeBill Meier1-9/+9
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-5/+5
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
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