Added wireshark dissector files

This commit is contained in:
adrcs 2025-05-12 17:28:36 -06:00 committed by GitHub
parent c09daade2a
commit e8d8277b68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 331 additions and 0 deletions

27
Wireshark/ip400.wsgd Normal file
View file

@ -0,0 +1,27 @@
# file ip400.wsgd
# protocol metadata for IP400 protocol
# Martin Alcock, VE6VH
#
PROTONAME IP400 packet protocol
PROTOSHORTNAME IP400
PROTOABBREV ip400
# conditions on which the dissector is applied:
# the protocol will be applied on all UDP messages that start with "IP400"
PARENT_HEURISTIC udp
HEURISTIC_FUNCTION heuristic_func
# the name of the header structure
MSG_HEADER_TYPE T_ip400_header
# field which permits to identify the message type.
MSG_ID_FIELD_NAME msg_id
# the main message type - usually it is a fake message, built of one
# of the possible messages
MSG_MAIN_TYPE T_ip400_switch(msg_id)
# this token marks the end of the protocol description
PROTO_TYPE_DEFINITIONS
# refer to the description of the data format
include ip400.fdesc;