http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28583
User: jake
Date: 2009/06/01 11:37 PM
Log:
From Matt Deckard:
Add support for the DIS protocol dissector to more fully interpret the PDU
types "Data Query", "Data", and "Set Data". It should interpret the
originating and receiving entity IDs, request ID, number of fixed and variable
datum fields, and the ID and values of each datum field in the PDU.
Directory: /trunk/epan/dissectors/
Changes Path Action
+16 -0 packet-dis-fields.c Modified
+17 -1 packet-dis-fields.h Modified
+116 -0 packet-dis-pdus.c Modified
+33 -0 packet-dis-pdus.h Modified
+7 -0 packet-dis.c Modified