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