aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wreth.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-02-22 23:53:08 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-02-22 23:53:08 +0000
commitac463593c42e8040abf996152f7659f94944afa7 (patch)
treef8a603cd9f61b2f8ba414ead70f793db01a0b55b /epan/dissectors/packet-wreth.c
parent13729e9c1127d10926ada2b29a958ab98a954280 (diff)
No need for static dissector_handle_t.
svn path=/trunk/; revision=47827
Diffstat (limited to 'epan/dissectors/packet-wreth.c')
-rw-r--r--epan/dissectors/packet-wreth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wreth.c b/epan/dissectors/packet-wreth.c
index 88f2f34511..babb997c79 100644
--- a/epan/dissectors/packet-wreth.c
+++ b/epan/dissectors/packet-wreth.c
@@ -1995,7 +1995,7 @@ void proto_register_wreth(void)
void proto_reg_handoff_wreth(void)
{
- static dissector_handle_t wreth_handle;
+ dissector_handle_t wreth_handle;
wreth_handle = create_dissector_handle(dissect_wreth, wreth_proto);
dissector_add_uint("ethertype", WRETH_PORT, wreth_handle);