aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smpp.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-08Remove email addresses and add a reference to the AUTHORS file (or man page)Olivier Biot1-2/+4
2004-01-27From Chris Wilson:Olivier Biot1-579/+4
2004-01-20From Chris Wilson:Olivier Biot1-136/+157
2004-01-18From Chris Wilson:Olivier Biot1-200/+305
2003-12-23Move the GSM SMS dissection to a dedicated subdissector (currently still withinOlivier Biot1-180/+305
2003-12-22Fix a typo.Guy Harris1-2/+2
2003-12-21Fix unconditional handoff to subdissector introduced with the common reassemblyOlivier Biot1-6/+28
2003-12-19Don't store the result of "tvb_reported_length()" into a "guint8" - itGuy Harris1-13/+33
2003-12-12Always dissect a sm_submit otherwise reassembly of short messages does not work.Olivier Biot1-4/+10
2003-11-21From Olivier Biot: fix up the description of theGuy Harris1-3/+4
2003-09-17From Olivier Biot: put a summary into the top-level SMPP item in theGuy Harris1-2/+9
2003-09-04From Olivier Biot:Guy Harris1-32/+60
2003-08-23From Biot OliverRonnie Sahlberg1-43/+463
2003-07-07From Olivier Biot: use "fragment_add_seq_check()" so that we don't haveGuy Harris1-7/+8
2003-07-02 From Olivier Biot:Guy Harris1-32/+224
2003-06-30From Olivier Biot:Guy Harris1-8/+189
2003-06-26From Tom Uijldert: fix some fields to use the appropriate value_stringGuy Harris1-2/+2
2003-06-12Add new routines:Guy Harris1-6/+6
2003-06-06Don't use "tvb_get_nstringz()" to get string data - just useGuy Harris1-6/+6
2003-03-08The SMPP dissector has a too light heuristic andLaurent Deniel1-1/+6
2002-08-13Get rid of a commented-out #include.Guy Harris1-2/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-03-10Register the heuristic SMPP dissector with X.25.Guy Harris1-2/+8
2002-03-10Initialize the "tm_isdst" field of a "struct tm" to -1 before passing itGuy Harris1-1/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-12-04Get rid of some unused variables.Guy Harris1-5/+1
2001-12-03SMPP support, from Tom Uijldert.Guy Harris1-0/+2214