aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sync.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-21 07:34:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-21 07:34:20 +0000
commit35dd3b052e688fbdbc67c9cf0dcc42e6c5dc78ef (patch)
treee58aa178c64b8b355a5f726f84b5fd912bdef95e /epan/dissectors/packet-sync.c
parent36cd4033819708d893bf8b8575f3bd1dc8902d93 (diff)
Use new_register_dissector.
svn path=/trunk/; revision=42737
Diffstat (limited to 'epan/dissectors/packet-sync.c')
-rw-r--r--epan/dissectors/packet-sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sync.c b/epan/dissectors/packet-sync.c
index f9ef8deceb..dd4ac4bb39 100644
--- a/epan/dissectors/packet-sync.c
+++ b/epan/dissectors/packet-sync.c
@@ -289,7 +289,7 @@ proto_register_sync(void)
sync_module = prefs_register_protocol(proto_sync, proto_reg_handoff_sync);
- register_dissector("sync", dissect_sync, proto_sync);
+ new_register_dissector("sync", dissect_sync, proto_sync);
}
void