aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
AgeCommit message (Expand)AuthorFilesLines
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