aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bssap.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-17Make packet offsets "gint"s rather than "guint8"s.Guy Harris1-4/+4
svn path=/trunk/; revision=9334
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping1-2/+2
svn path=/trunk/; revision=9332
2003-12-13Widen formal parameters rather than narrowing actual parameters.Guy Harris1-8/+8
svn path=/trunk/; revision=9259
2003-12-11prevent MSVC warning:Ulf Lamping1-5/+5
"warning C4761: Gr��enkonflikt im Argument. Konvertierung vorgenommen" -> size conflict in argument, conversion done svn path=/trunk/; revision=9244
2003-12-02From Michael Lum: don't register the handoff routine for dissectors as aGuy Harris1-15/+3
preference change callback if the ports they register on aren't preferences. svn path=/trunk/; revision=9135
2003-12-01From Michael Lum:Guy Harris1-10/+7
add a message statistics tap for ANSI A interface for Tethereal; fix the BSSAP, BSMAP, and DTAP interface dissectors to call subdissectors even if no protocol tree is being built. svn path=/trunk/; revision=9132
2003-10-28From Michael Lum: fixed BCD decoding of filler nibble and fixed someGuy Harris1-8/+20
minor bugs. svn path=/trunk/; revision=8803
2003-10-24From Michael Lum: get rid of an unused value_string table.Guy Harris1-7/+1
svn path=/trunk/; revision=8768
2003-10-22From Michael Lum:Guy Harris1-0/+489
BSSAP (GSM 08.06)/BSAP (IOS 4.0.1) support IOS 4.0.1 support Add Transport Layer support to ANSI IS-637-A dissector svn path=/trunk/; revision=8751