- Forward declaration of register functions.

svn path=/trunk/; revision=53862
This commit is contained in:
Anders Broman 2013-12-08 16:50:07 +00:00
parent 8983ae005a
commit 5db045212e
4 changed files with 11 additions and 0 deletions

View File

@ -40,6 +40,8 @@
#define PSNAME "H.501"
#define PFNAME "h501"
void proto_register_h501(void);
/* Initialize the protocol and registered fields */
static int proto_h501 = -1;
#include "packet-h501-hf.c"

View File

@ -45,6 +45,9 @@
#define X25_MBIT_MOD8 0x10
#define X25_MBIT_MOD128 0x01
void proto_register_xot(void);
void proto_reg_handoff_xot(void);
static const value_string vals_x25_type[] = {
{ XOT_PVC_SETUP, "PVC Setup" },
{ 0, NULL}

View File

@ -32,6 +32,9 @@
#include <epan/packet.h>
#include <epan/conversation.h>
void proto_register_xyplex(void);
void proto_reg_handoff_xyplex(void);
static int proto_xyplex = -1;
static int hf_xyplex_type = -1;
static int hf_xyplex_pad = -1;

View File

@ -31,6 +31,9 @@
#include <epan/packet.h>
void proto_register_yhoo(void);
void proto_reg_handoff_yhoo(void);
static int proto_yhoo = -1;
static int hf_yhoo_version = -1;
static int hf_yhoo_len = -1;