summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.h.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
commit9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch)
tree2784370cda9bbf2da9114d70f05399c0b229d28c /epan/dissectors/packet-skinny.h.in
parentAdding debian version 4.2.6-1. (diff)
downloadwireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz
wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-skinny.h.in')
-rw-r--r--epan/dissectors/packet-skinny.h.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-skinny.h.in b/epan/dissectors/packet-skinny.h.in
index 5764b999..b862a606 100644
--- a/epan/dissectors/packet-skinny.h.in
+++ b/epan/dissectors/packet-skinny.h.in
@@ -46,7 +46,7 @@ typedef struct _skinny_req_resp_t {
nstime_t request_time;
} skinny_req_resp_t;
-/* begin conversaton info*/
+/* begin conversation info*/
typedef enum _skinny_message_type_t {
SKINNY_MSGTYPE_EVENT = 0,
SKINNY_MSGTYPE_REQUEST = 1,
@@ -67,7 +67,7 @@ typedef struct _skinny_conv_info_t {
/* end conversation info */
/* Containers for tapping relevant data */
-/* WIP: will be (partially) replaced in favor of conversionation, dependents: ui/voip_calls.c */
+/* WIP: will be (partially) replaced in favor of conversation, dependents: ui/voip_calls.c */
typedef struct _skinny_info_t
{
uint32_t messId;
@@ -86,6 +86,7 @@ typedef struct _skinny_info_t
int32_t multimediaTransmissionStatus;
int32_t multicastReceptionStatus;
//skinny_conv_info_t * skinny_conv;
+ char * additionalInfo;
} skinny_info_t;
/*