aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-parlay.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2020-04-28 20:39:32 +0200
committerAnders Broman <a.broman58@gmail.com>2020-05-06 03:49:52 +0000
commitf399d135e0d1bd00d3ff8dc3ee052fe31866e3a2 (patch)
tree2b35bb2e8d80990fc139435ae3af89269c366f11 /epan/dissectors/packet-parlay.c
parent5e4379f5b5fbf40151d58e6aab28b072e39fde17 (diff)
IDL: Clean up IDL based dissector generation
Clean up the generators and generated dissectors a bit by updating the header, removing unwanted includes and completing the modelines block. Change-Id: I8ff80b05bb598c3fa5a5f91a24d5caba87eb712e Reviewed-on: https://code.wireshark.org/review/37154 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-parlay.c')
-rw-r--r--epan/dissectors/packet-parlay.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/epan/dissectors/packet-parlay.c b/epan/dissectors/packet-parlay.c
index f42c2ca444..a7e6e06a20 100644
--- a/epan/dissectors/packet-parlay.c
+++ b/epan/dissectors/packet-parlay.c
@@ -9,8 +9,8 @@
/*
* Wireshark - Network traffic analyzer
- * By Gerald Combs
- * Copyright 1999 - 2012 Gerald Combs
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
*/
/*
@@ -20,10 +20,7 @@
#include "config.h"
-#include <gmodule.h>
-
#include <string.h>
-#include <glib.h>
#include <epan/packet.h>
#include <epan/proto.h>
#include <epan/dissectors/packet-giop.h>
@@ -65659,7 +65656,7 @@ void proto_reg_handoff_giop_parlay(void)
}
/*
- * Editor modelines
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local Variables:
* c-basic-offset: 4