11#ifndef __DISSECTOR_REGISTER_H__
12#define __DISSECTOR_REGISTER_H__
19#define NULL ((void*)0)
23 void (*cb_func)(void);
26extern dissector_reg_t
const dissector_reg_proto[];
27extern dissector_reg_t
const dissector_reg_handoff[];
29extern const unsigned long dissector_reg_proto_count;
30extern const unsigned long dissector_reg_handoff_count;
Definition dissectors.h:21