aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.h.in
diff options
context:
space:
mode:
authorDiederik de Groot <ddegroot@talon.nl>2014-08-25 19:00:05 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-25 19:53:40 +0000
commitbfe9332f98dc1123926a0713684f38126a72b018 (patch)
treefb7810ce01b1ad4e506642c060cccec86832e568 /epan/dissectors/packet-skinny.h.in
parentab33c4003bb8a2ec7698dad13b9713e2654c567a (diff)
SKINNY: Fix some warning
Fix: cog [[[END]]] in packet-skinny.h.in Fix: error: expression which evaluates to zero treated as a null pointer constant of type 'const gchar *' (aka 'const char *') [-Werror,-Wnon-literal-null-conversion] (Reported by Alexis La Goutte and found by Clang 3.6) Change-Id: Ic354f349eef8a12a7e18e841b517ea4f72ba86f2 Reviewed-on: https://code.wireshark.org/review/3842 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-skinny.h.in')
-rw-r--r--epan/dissectors/packet-skinny.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-skinny.h.in b/epan/dissectors/packet-skinny.h.in
index ada21e7543..8211257c28 100644
--- a/epan/dissectors/packet-skinny.h.in
+++ b/epan/dissectors/packet-skinny.h.in
@@ -14,7 +14,7 @@
* skeleton to report values for most message/message fields.
* Much help from Guy Harris on figuring out the wireshark api.
* - packet-aim.c by Ralf Hoelzer <ralf@well.com>, Copyright 2000
- * - Wireshark - Network traffic analyzer,
+ * - Wireshark - Network traffic analyzer,
* By Gerald Combs <gerald@wireshark.org>, Copyright 1998
*
* This program is free software; you can redistribute it and/or
@@ -48,6 +48,8 @@ cog.out(' * cog.py -D xmlfile=tools/SkinnyProtocolOptimized.xml -d -c -o epan/
cog.out(' */\n')
]]]*/
+/*[[[end]]]*/
+
/* Container for tapping relevant data */
typedef struct _skinny_info_t
{