aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
Commit message (Expand)AuthorAgeFilesLines
* From Jakub Zawadzki:Anders Broman2009-10-251-4/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam:Anders Broman2009-07-081-4/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-24/+21
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+1
* smpp: Fix potential crash(es): Mark hf[] entries with a range_string[] with B...Bill Meier2009-04-221-4/+4
* Fix a typo.Gerald Combs2009-04-021-1/+1
* The format argument of val_to_str() formats a guint32, not a char *. FixesGerald Combs2009-04-021-1/+1
* From Abhik Sarkar: SMPP TLV tag value_strings.Bill Meier2009-04-011-2187/+2255
* More size_t casts.Anders Broman2009-03-291-2/+2
* Removed C++ style comments.Stig Bjørlykke2009-03-181-2/+2
* improve dissection of optional parameters. In particular, make the tag and le...Richard van der Hoff2009-03-181-26/+68
* Remove an ugly hack:Ulf Lamping2009-02-101-2/+3
* From Robert Groenenberg:Jaap Keuter2009-01-071-2/+0
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-171-1/+1
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier2008-09-301-1/+1
* From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2707Jeff Morriss2008-07-221-11/+567
* Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss2008-07-111-2/+3
* Fix for bug 1603:Jaap Keuter2008-04-131-11/+19
* From Abhik Sarkar:Jaap Keuter2008-03-171-6/+12
* Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2111 : After verifying...Jeff Morriss2008-01-101-19/+21
* From Abhik Sarkar:Jaap Keuter2007-12-211-4/+74
* Make this dissector finable by name.Martin Mathieson2007-09-191-1/+4
* When saving off a temporary copy of an address, use SET_ADDRESS instead of CO...Jeff Morriss2007-08-211-4/+4
* Fix for bug 1512:Jaap Keuter2007-06-051-3/+10
* Fix for bug 1642:Jaap Keuter2007-06-051-0/+7
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-2/+2
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-4/+4
* From Jacques, OlivierAnders Broman2006-03-271-1/+1
* Bill Meier: More spelling fixesJörg Mayer2006-01-061-2/+2
* Bill Meier:Jörg Mayer2006-01-051-4/+4
* Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot2005-11-011-3/+2
* fix #480: Change defaults for all reassembling settings to ONUlf Lamping2005-09-281-1/+1
* more sprintf removals,Ronnie Sahlberg2005-08-191-4/+7
* some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversionsRonnie Sahlberg2005-08-111-7/+3
* fixed various issues (two serious ones) found by "private" fuzz-testingUlf Lamping2005-07-011-1/+15
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-2/+2
* Fix Win32 compilation, broken by yesterday's checkin.Gerald Combs2005-06-161-2/+3
* Catch an infinite loop in smpp_handle_dlist(). Fixes bug 246.Gerald Combs2005-06-151-0/+2
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* From Chris Maynard: free mallocated strings when we're done with them. Guy Harris2005-01-071-20/+20
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping2004-08-211-2/+3
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+2765