diff options
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; |