Wireshark-bugs: [Wireshark-bugs] [Bug 2319] New: New dissector called xcsl - call specification
Date: Sat, 1 Mar 2008 14:26:13 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2319

           Summary: New dissector called xcsl - call specification language
           Product: Wireshark
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: gooris@xxxxxxxxxxxxxxxxxx



Dick Gooris <gooris@xxxxxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1501|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=1501)
 --> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1501)
This attachement contains the code for a new dissector.

Build Information:
Built and successfully tested on Linux Suse 10.2 and Windows VC98 based on
WireShark 99.7
--
New dissector : Xcsl 

The protocol is called Xcsl a TCP based and ASCII based protocol that is used
to control call generators. The Xcsl dissector decodes the Call Specification
Language.

This is a heuristic dissector and checks on the first 4 octets for 'xcsl' and
the fifth octet for either ';' or '-'.

The attachment contains packet-xcsl.c which is the code to be added to
the wireshark<level>/epan/dissectors directory.

Also there should be an entry in Makefile.common to build packet-xcsl.c
I did not add this in the attachment, but this is it :

CLEAN_DISSECTOR_SRC = \
        packet-2dparityfec.c    \
        packet-3com-njack.c     \
        :
        :
        packet-xcsl.c    \
        packet-xdmcp.c   \
        :

Please add the new dissector to the Wireshark build.


    - Dick Gooris


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.