aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-05Bill Meier:Jörg Mayer1-4/+4
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot1-3/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1
2005-08-19more sprintf removals,Ronnie Sahlberg1-4/+7
2005-08-11some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversionsRonnie Sahlberg1-7/+3
2005-07-01fixed various issues (two serious ones) found by "private" fuzz-testingUlf Lamping1-1/+15
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2005-06-16Fix Win32 compilation, broken by yesterday's checkin.Gerald Combs1-2/+3
2005-06-15Catch an infinite loop in smpp_handle_dlist(). Fixes bug 246.Gerald Combs1-0/+2
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-01-07From Chris Maynard: free mallocated strings when we're done with them. Guy Harris1-20/+20
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2765