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