Wireshark Generic Dissector - themeldingwars/Documentation GitHub Wiki

Generic Dissector permits to display clearly your data inside Wireshark.

Generic Dissector

Data format description

To describe your data, Generic Dissector provides the most simple syntax, including:

  • Basic types (integers, float, string ...)
  • Transform options (quantum, expression) to compute a value from the packet one
  • Display options (hex, oct, bin, printf format, expression)
  • Constraint specification (min and max values) to detect errors in data (red line)
  • Array (fixed or variable size)
  • Enum
  • Bit field
  • Structure
  • Conditions and loops (if, while, do while, ...)
  • Switch case
  • Functions
  • Global data
  • Subproto data

Downloads

References