aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-4/+4
2009-10-25From Jakub Zawadzki:etxrab1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-08From Kovarththanan Rajaratnam:etxrab1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-24/+21
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
2009-04-22smpp: Fix potential crash(es): Mark hf[] entries with a range_string[] with B...wmeier1-4/+4
2009-04-02Fix a typo.gerald1-1/+1
2009-04-02The format argument of val_to_str() formats a guint32, not a char *. Fixesgerald1-1/+1
2009-04-01From Abhik Sarkar: SMPP TLV tag value_strings.wmeier1-2187/+2255
2009-03-29More size_t casts.etxrab1-2/+2
2009-03-18Removed C++ style comments.stig1-2/+2
2009-03-18improve dissection of optional parameters. In particular, make the tag and le...richardv1-26/+68
2009-02-10Remove an ugly hack:ulfl1-2/+3
2009-01-07From Robert Groenenberg:jake1-2/+0
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-07-22From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2707morriss1-11/+567
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsmorriss1-2/+3
2008-04-13Fix for bug 1603:jake1-11/+19
2008-03-17From Abhik Sarkar:jake1-6/+12
2008-01-10Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2111 : After verifying...morriss1-19/+21
2007-12-21From Abhik Sarkar:jake1-4/+74
2007-09-19Make this dissector finable by name.martinm1-1/+4
2007-08-21When saving off a temporary copy of an address, use SET_ADDRESS instead of CO...morriss1-4/+4
2007-06-05Fix for bug 1512:jake1-3/+10
2007-06-05Fix for bug 1642:jake1-0/+7
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-03-27From Jacques, Olivieretxrab1-1/+1
2006-01-06Bill Meier: More spelling fixesjmayer1-2/+2
2006-01-05Bill Meier:jmayer1-4/+4
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.obiot1-3/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-1/+1
2005-08-19more sprintf removals,sahlberg1-4/+7
2005-08-11some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversionssahlberg1-7/+3
2005-07-01fixed various issues (two serious ones) found by "private" fuzz-testingulfl1-1/+15
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-2/+2
2005-06-16Fix Win32 compilation, broken by yesterday's checkin.gerald1-2/+3
2005-06-15Catch an infinite loop in smpp_handle_dlist(). Fixes bug 246.gerald1-0/+2
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-01-07From Chris Maynard: free mallocated strings when we're done with them. guy1-20/+20
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2765