aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sscop.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2008-09-23Minor changes related to proto_reg_handoff & pref rangesBill Meier1-3/+2
svn path=/trunk/; revision=26254
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier1-1/+1
svn path=/trunk/; revision=26121
2008-03-01From Steve via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2278 : ↵Jeff Morriss1-9/+9
decoding of SSCOP ERAK was incorrect. svn path=/trunk/; revision=24524
2007-01-28From Kriang Lerdsuwanakij:Luis Ontanon1-16/+52
1 Add ALCAP and NBAP as subdissectors of SSCOP. Previously it only knows about SSCF-NNI and data. (Changes in packet-sscop.c, packet-sscop.h) 2 Add capability for lower layer to force SSCOP to choose a particular dissector. It is passed as "subdissector" field of SSCOP protocol data. This is required because different payload protocol is distinguished by different VPI/VCI. There is no protocol field inside SSCOP frame. (Changes in packet-sscop.c, packet-sscop.h) 3 Make K12xx configuration file supporting the following syntax: C:\k1297\stacks\umts_iub\umts_iub_aal2l3.stk sscop:alcap This says dissect with SSCOP first and then pass to ALCAP. The change is made general, so it supports arbitrary number of protocol, like "proto1:proto2:proto3". Using ":" as separator allow us to expand the syntax further to support parameters like "proto1 param1:proto2 param2 param3". (Changes in packet-k12.c) With above 3 changes together, dissecting Iub traces are correct for control and signaling planes. I am still investigating user plane frames because writing UMTS RLC/MAC protocol dissector is required. The patch and sample .rf file (same as my previous patch) is in the attachment. plus: Add Kriang to the AUTHORS list (and once at it upate my own record) svn path=/trunk/; revision=20580
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-2/+2
svn path=/trunk/; revision=15191
2005-06-17- fix a bug I introduced by copy pasting an incorrect offset of some itemsLuis Ontanon1-19/+24
- prepare the tap svn path=/trunk/; revision=14684
2005-06-06- add an hf entry I forgotLuis Ontanon1-6/+9
- get the STAT/USTAT PDU list straight svn path=/trunk/; revision=14568
2005-06-03fix the PDU list, and put it at the bottomLuis Ontanon1-3/+2
svn path=/trunk/; revision=14544
2005-06-03- add a way to call the sscop dissector with an arbitrary handle\Luis Ontanon1-46/+68
- make most fields "filterable" - dissect stat and ustat pdu lists svn path=/trunk/; revision=14542
2004-11-24From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.Guy Harris1-16/+92
svn path=/trunk/; revision=12585
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+332
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410