Added RNR_REFS field

This commit is contained in:
Mark Qvist 2024-10-13 13:05:52 +02:00
parent aa406d1552
commit 36f0c17c8b

View File

@ -18,6 +18,7 @@ FIELD_RESULTS = 0x0A
FIELD_GROUP = 0x0B FIELD_GROUP = 0x0B
FIELD_TICKET = 0x0C FIELD_TICKET = 0x0C
FIELD_EVENT = 0x0D FIELD_EVENT = 0x0D
FIELD_RNR_REFS = 0x0E
# For usecases such as including custom data structures, # For usecases such as including custom data structures,
# embedding or encapsulating other data types or protocols # embedding or encapsulating other data types or protocols