Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41253: /trunk/epan/ /trunk/epan/dissectors/: packet-dvbc

Date: Thu, 01 Mar 2012 02:50:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41253

User: morriss
Date: 2012/02/29 06:50 PM

Log:
 From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6890 :
 
 The attached patch for the DVB-CI dissector creates a circuit for each DVB-CI
 session, using the session number as circuit id.
 
 The DVB-CI session commands are:
 
 - open_session_request(resource_id)
 - session_opened(resource_id, newly assigned session number)
 - payload transfer(session_number, payload data)
 - close session(session_number)
 
 For now, the circuit will store the resource id and make it available (as a
 generated item) to subsequent packets that contain only the session number.
 Doing this, the resource id (which is like a tcp/udp port) can be used for
 filtering.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +140 -72   packet-dvbci.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +2 -1      address.h     Modified