aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-05From Stipe Tolj:etxrab1-4/+24
2012-01-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :morriss1-4/+12
2012-01-23Fix some duplicate display filter names.cmaynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-11Fix a number of benign bugs wherein proto_tree_add_uint was intended (rather ...wmeier1-38/+38
2011-10-11Revert SVN #39345; (There's a better way ...)wmeier1-17/+20
2011-10-10Fix some benign bugs in proto_tree_add_item() 'encoding' arg.wmeier1-20/+17
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-22/+22
2011-09-24Make buildbot happyalagoutte1-1/+1
2011-09-24From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2384alagoutte1-7/+250
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-1/+1
2011-04-22Don't assume that a proto_item is equivalent to a proto_tree.morriss1-27/+26
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-7/+5
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
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