aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hub.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-usb-hub.c')
-rw-r--r--epan/dissectors/packet-usb-hub.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb-hub.c b/epan/dissectors/packet-usb-hub.c
index 90863b8bfd..9c76146ae0 100644
--- a/epan/dissectors/packet-usb-hub.c
+++ b/epan/dissectors/packet-usb-hub.c
@@ -33,6 +33,9 @@
#include <epan/packet.h>
#include "packet-usb.h"
+void proto_register_usb_hub(void);
+void proto_reg_handoff_usb_hub(void);
+
/* protocols and header fields */
static int proto_usb_hub = -1;
@@ -818,7 +821,8 @@ proto_register_usb_hub(void)
}
void
-proto_reg_handoff_usb_hub(void) {
+proto_reg_handoff_usb_hub(void)
+{
dissector_handle_t usb_hub_control_handle;
usb_hub_control_handle = new_create_dissector_handle(dissect_usb_hub_control, proto_usb_hub);