diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /epan/dissectors/packet-skinny.h | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-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')
-rw-r--r-- | epan/dissectors/packet-skinny.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-skinny.h b/epan/dissectors/packet-skinny.h index a42e5525..5662d846 100644 --- a/epan/dissectors/packet-skinny.h +++ b/epan/dissectors/packet-skinny.h @@ -21,7 +21,7 @@ */ /* - * Generated Automatically Using (from wireshark base directory): + * Generated automatically Using (from wireshark base directory): * cog.py -D xmlfile=tools/SkinnyProtocolOptimized.xml -d -c -o epan/dissectors/packet-skinny.h epan/dissectors/packet-skinny.h.in */ @@ -34,7 +34,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, @@ -55,7 +55,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; |