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