From 55f6b2e04826fdd97b6d0eb26ac6cbd33d4b3589 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 14 Mar 2014 12:52:00 -0700 Subject: Remove more now-unused stuff. Change-Id: I8f65ed38e0b5f8923b7c273c2fca4c2b57c5af9c Reviewed-on: https://code.wireshark.org/review/659 Reviewed-by: Guy Harris --- epan/dissectors/packet-nflog.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dissectors/packet-nflog.c') diff --git a/epan/dissectors/packet-nflog.c b/epan/dissectors/packet-nflog.c index de6711591e..62e4ac4a77 100644 --- a/epan/dissectors/packet-nflog.c +++ b/epan/dissectors/packet-nflog.c @@ -282,15 +282,11 @@ proto_register_nflog(void) &ett_nflog_tlv }; - module_t *pref; - int proto_nflog; proto_nflog = proto_register_protocol("Linux Netfilter NFLOG", "NFLOG", "nflog"); hfi_nflog = proto_registrar_get_nth(proto_nflog); - pref = prefs_register_protocol(proto_nflog, NULL); - register_dissector("nflog", dissect_nflog, proto_nflog); proto_register_fields(proto_nflog, hfi, array_length(hfi)); -- cgit v1.2.3