aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9649 :Pascal Quantin1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-14Fix const warnings.Jakub Zawadzki1-1/+1
2013-12-11- Forward declaration of register functions.Anders Broman1-2/+2
2013-12-10Add a missing semicolon.Gerald Combs1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-14/+16
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-09-22More emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-14emem -> wmemJörg Mayer1-6/+6
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-20/+18
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-4/+4
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-07General minor cleanup including:Bill Meier1-229/+223
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-02-17(Re)fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :Jeff Morriss1-8/+23
2012-02-05From Stipe Tolj:Anders Broman1-4/+24
2012-01-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :Jeff Morriss1-4/+12
2012-01-23Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-11Fix a number of benign bugs wherein proto_tree_add_uint was intended (rather ...Bill Meier1-38/+38
2011-10-11Revert SVN #39345; (There's a better way ...)Bill Meier1-17/+20
2011-10-10Fix some benign bugs in proto_tree_add_item() 'encoding' arg.Bill Meier1-20/+17
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-22/+22
2011-09-24Make buildbot happyAlexis La Goutte1-1/+1
2011-09-24From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2384Alexis La Goutte1-7/+250
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-1/+1
2011-04-22Don't assume that a proto_item is equivalent to a proto_tree.Jeff Morriss1-27/+26
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-7/+5
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-4/+4
2009-10-25From Jakub Zawadzki:Anders Broman1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-24/+21
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-04-22smpp: Fix potential crash(es): Mark hf[] entries with a range_string[] with B...Bill Meier1-4/+4
2009-04-02Fix a typo.Gerald Combs1-1/+1
2009-04-02The format argument of val_to_str() formats a guint32, not a char *. FixesGerald Combs1-1/+1
2009-04-01From Abhik Sarkar: SMPP TLV tag value_strings.Bill Meier1-2187/+2255