aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-07General minor cleanup including:Bill Meier1-229/+223
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-02-17(Re)fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :Jeff Morriss1-8/+23
2012-02-05From Stipe Tolj:Anders Broman1-4/+24
2012-01-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :Jeff Morriss1-4/+12
2012-01-23Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-11Fix a number of benign bugs wherein proto_tree_add_uint was intended (rather ...Bill Meier1-38/+38
2011-10-11Revert SVN #39345; (There's a better way ...)Bill Meier1-17/+20
2011-10-10Fix some benign bugs in proto_tree_add_item() 'encoding' arg.Bill Meier1-20/+17
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-22/+22
2011-09-24Make buildbot happyAlexis La Goutte1-1/+1
2011-09-24From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2384Alexis La Goutte1-7/+250
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-1/+1
2011-04-22Don't assume that a proto_item is equivalent to a proto_tree.Jeff Morriss1-27/+26
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-7/+5
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-4/+4
2009-10-25From Jakub Zawadzki:Anders Broman1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-24/+21
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-04-22smpp: Fix potential crash(es): Mark hf[] entries with a range_string[] with B...Bill Meier1-4/+4
2009-04-02Fix a typo.Gerald Combs1-1/+1
2009-04-02The format argument of val_to_str() formats a guint32, not a char *. FixesGerald Combs1-1/+1
2009-04-01From Abhik Sarkar: SMPP TLV tag value_strings.Bill Meier1-2187/+2255
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-03-18Removed C++ style comments.Stig Bjørlykke1-2/+2
2009-03-18improve dissection of optional parameters. In particular, make the tag and le...Richard van der Hoff1-26/+68
2009-02-10Remove an ugly hack:Ulf Lamping1-2/+3
2009-01-07From Robert Groenenberg:Jaap Keuter1-2/+0
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-07-22From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2707Jeff Morriss1-11/+567
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-2/+3
2008-04-13Fix for bug 1603:Jaap Keuter1-11/+19
2008-03-17From Abhik Sarkar:Jaap Keuter1-6/+12
2008-01-10Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2111 : After verifying...Jeff Morriss1-19/+21
2007-12-21From Abhik Sarkar:Jaap Keuter1-4/+74
2007-09-19Make this dissector finable by name.Martin Mathieson1-1/+4
2007-08-21When saving off a temporary copy of an address, use SET_ADDRESS instead of CO...Jeff Morriss1-4/+4
2007-06-05Fix for bug 1512:Jaap Keuter1-3/+10
2007-06-05Fix for bug 1642:Jaap Keuter1-0/+7
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-03-27From Jacques, OlivierAnders Broman1-1/+1
2006-01-06Bill Meier: More spelling fixesJörg Mayer1-2/+2