aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bssap.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-4/+4
convenient to put into a command line (no capital letters, no spaces to require quotes), and one that's a detailed description for use in the UI. Allow either of them in the preferences file or "-o" option; use the detailed description in the UI, and also use it when writing the preferences out, so that the preference will be readable by older versions of Ethereal (assuming the preference existed in that version). Update "README.developer" to give more detail about an enum_val_t (and to put the _t in), and to give a more detailed description of the "radio_buttons" argument to "prefs_register_enum_preference()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10982 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-17Make packet offsets "gint"s rather than "guint8"s.guy1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9334 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-17removed some more MSVC warnings (type casting)ulfl1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9332 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-13Widen formal parameters rather than narrowing actual parameters.guy1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9259 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-11prevent MSVC warning:ulfl1-5/+5
"warning C4761: Gr��enkonflikt im Argument. Konvertierung vorgenommen" -> size conflict in argument, conversion done git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9244 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-02From Michael Lum: don't register the handoff routine for dissectors as aguy1-15/+3
preference change callback if the ports they register on aren't preferences. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9135 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-01From Michael Lum:guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9132 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-28From Michael Lum: fixed BCD decoding of filler nibble and fixed someguy1-8/+20
minor bugs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8803 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-24From Michael Lum: get rid of an unused value_string table.guy1-7/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8768 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-22From Michael Lum:guy1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8751 f5534014-38df-0310-8fa8-9805f1628bb7