- Forward declaration of register functions.

svn path=/trunk/; revision=53963
This commit is contained in:
Anders Broman 2013-12-12 17:45:22 +00:00
parent 138ce6f204
commit 74b58162d7
18 changed files with 50 additions and 0 deletions

View File

@ -33,6 +33,9 @@
#include <epan/addr_resolv.h>
#include <epan/strutil.h>
void proto_register_redbackli(void);
void proto_reg_handoff_redbackli(void);
static int proto_redbackli = -1;
static int hf_redbackli_seqno = -1; /* Sequence No */

View File

@ -36,6 +36,9 @@
#include <epan/wmem/wmem.h>
#include <packet-tcp.h>
void proto_register_reload_framing(void);
void proto_reg_handoff_reload_framing(void);
/* Initialize the protocol and registered fields */
static int proto_reload_framing = -1;

View File

@ -37,6 +37,9 @@
#endif
#include <epan/addr_resolv.h>
void proto_register_retix_bpdu(void);
void proto_reg_handoff_retix_bpdu(void);
static gint ett_retix_bpdu = -1;
static int proto_retix_bpdu = -1;

View File

@ -44,6 +44,9 @@
#include "packet-h263.h"
void proto_register_rfc2190(void);
void proto_reg_handoff_rfc2190(void);
/* H.263 header fields */
static int proto_rfc2190 = -1;

View File

@ -40,6 +40,9 @@
#include <epan/packet.h>
#include <epan/strutil.h>
void proto_register_felica(void);
void proto_reg_handoff_felica(void);
static int proto_felica = -1;
/* Opcodes */

View File

@ -35,6 +35,9 @@
#include <glib.h>
#include <epan/packet.h>
void proto_register_mifare(void);
void proto_reg_handoff_mifare(void);
static int proto_mifare = -1;
static int hf_mifare_command = -1;

View File

@ -40,6 +40,7 @@
#include "packet-igmp.h"
#include "packet-rgmp.h"
void proto_register_rgmp(void);
static int proto_rgmp = -1;
static int hf_type = -1;

View File

@ -41,6 +41,8 @@
#define RIPv1 1
#define RIPv2 2
void proto_register_rip(void);
static const value_string version_vals[] = {
{ RIPv1, "RIPv1" },
{ RIPv2, "RIPv2" },

View File

@ -35,6 +35,9 @@
#include <epan/packet.h>
#include <epan/to_str.h>
void proto_register_ripng(void);
void proto_reg_handoff_ripng(void);
static int proto_ripng = -1;
static int hf_ripng_cmd = -1;
static int hf_ripng_version = -1;

View File

@ -52,6 +52,9 @@
to SN 0. Maybe add cell-id to context and add to channel/result key?
*/
void proto_register_rlc_lte(void);
void proto_reg_handoff_rlc_lte(void);
/********************************/
/* Preference settings */

View File

@ -54,6 +54,9 @@
#define ROL16(a,b) (guint16)((a<<b)|(a>>(16-b)))
void proto_register_rlc(void);
void proto_reg_handoff_rlc(void);
int proto_rlc = -1;
extern int proto_fp;

View File

@ -54,6 +54,9 @@
#include <epan/packet.h>
#include <epan/xdlc.h>
void proto_register_rlm(void);
void proto_reg_handoff_rlm(void);
/* Initialize the protocol and registered fields */
static int proto_rlm = -1;

View File

@ -39,6 +39,9 @@
#define RLOGIN_PORT 513
void proto_register_rlogin(void);
void proto_reg_handoff_rlogin(void);
static int proto_rlogin = -1;
static int ett_rlogin = -1;

View File

@ -37,6 +37,8 @@
* http://www.dmtf.org/standards/documents/ASF/DSP0136.pdf
* (the ASF specification includes RMCP)
*/
void proto_register_rmcp(void);
void proto_reg_handoff_rmcp(void);
static int proto_rmcp = -1;
static int hf_rmcp_version = -1;

View File

@ -34,6 +34,9 @@
#include "packet-rmi.h"
void proto_register_rmi(void);
void proto_reg_handoff_rmi(void);
static void
dissect_ser(tvbuff_t *tvb, proto_tree *tree);

View File

@ -31,6 +31,9 @@
#include "packet-hpext.h"
void proto_register_rmp(void);
void proto_reg_handoff_rmp(void);
static dissector_handle_t data_handle;
static int proto_rmp = -1;

View File

@ -51,6 +51,9 @@
/* Initialize the protocol and registered fields */
/* ============================================= */
void proto_register_rmt_alc(void);
void proto_reg_handoff_rmt_alc(void);
static int proto_rmt_alc = -1;
static int hf_version = -1;

View File

@ -49,6 +49,9 @@
#include "packet-rmt-common.h"
void proto_register_rmt_fec(void);
void proto_reg_handoff_rmt_fec(void);
static int proto_rmt_fec = -1;
static int hf_encoding_id = -1;