Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-commits: [Wireshark-commits] rev 27362: /trunk/ /trunk/epan/dissectors/: Makefile.common packet-dect.c /trunk/: README.DECT

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: jmayer@xxxxxxxxxxxxx
Date: Tue, 03 Feb 2009 21:30:38 GMT

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27362

User: jmayer
Date: 2009/02/03 01:30 PM

Log:
 Andreas Schuler <krater (A) badterrorist.com>
 Matthias Wenzel <dect (A) mazzoo.de>
 
 Beginnings of a DECT dissector. This is a copy of the svn
 repository at dedected.org with the following modifications:
 
 - Change from plugin to normal dissector
 - Change comments from // to /* */
 - Change German comments to English
 - #if-0-out unused variables
 - Reorder functions to avoid forward declarations and use the normal
   Wireshark conventions
 - Fix the scrt table (as by email from Andreas)
 - Fix Mask for hf_dect_A_Tail_Qt_0_Cn from 0x2F -> 0x3F (as by email
   from Matthias)
 - Initialize some variables because GCC isn't aware of the reduced
   value space in a switch statement that switches on (var & 7).
 - Declare some function parameters as _U_
 - Add GPLv2 and later header (as by emails from Andreas and Matthias).
 
 TODO (roughly in that order)
   - Don't use structs to access the elements in the datastream.
   - Use tvb_..._item wherever possible
   - Add references to documentation (ETSI EN 300 175 parts 1-8)
     including the section.
   - Make things stateful
   - Once the capture format has stabilized, get rid of the Ethernet
     hack and use a proper capture type.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +1960 -0   packet-dect.c      Added

Directory: /trunk/
  Changes    Path           Action
  +42 -0     README.DECT    Added


  • Prev by Date: [Wireshark-commits] rev 27361: /trunk/epan/dissectors/ /trunk/epan/dissectors/: Makefile.common packet-hci_h1.c packet-hci_h1.h
  • Next by Date: [Wireshark-commits] rev 27363: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dect.c
  • Previous by thread: [Wireshark-commits] rev 27361: /trunk/epan/dissectors/ /trunk/epan/dissectors/: Makefile.common packet-hci_h1.c packet-hci_h1.h
  • Next by thread: [Wireshark-commits] rev 27363: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dect.c
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation