Remove unused dissector registration prototypes, fix typo

Change-Id: Ide5d7f2241db4ac87ed516f91f0bcaca347bb546
Reviewed-on: https://code.wireshark.org/review/24496
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
João Valverde 2017-11-19 10:15:29 +00:00 committed by Anders Broman
parent d17633892c
commit 129cb60f56
14 changed files with 1 additions and 20 deletions

View File

@ -2292,12 +2292,6 @@ fBitStringTagVS(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offse
void
proto_register_bacapp(void);
/**
* proto_reg_handoff_bacapp
*/
void
proto_reg_handoff_bacapp(void);
/* <<<< formerly bacapp.h */
/* reassembly table for segmented messages */

View File

@ -31,7 +31,6 @@
#include <stdio.h>
#include <epan/uat.h>
void proto_reg_handoff_btmesh(void);
void proto_register_btmesh(void);
gint net_mic_size_chosen = 1;

View File

@ -32,7 +32,6 @@
void proto_register_erspan_marker(void);
void proto_reg_handoff_erspan_marker(void);
void proto_register_erpsan_marker(void);
static dissector_handle_t marker_handle;
@ -166,7 +165,7 @@ dissect_marker(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _
void
proto_register_erpsan_marker(void)
proto_register_erspan_marker(void)
{

View File

@ -40,7 +40,6 @@
#include "packet-gmr1_rr.h"
void proto_register_gmr1_rr(void);
void proto_reg_handoff_gmr1_rr(void);
/* GMR-1 RR and CCCH proto */
static int proto_gmr1_rr = -1;

View File

@ -43,7 +43,6 @@ static const value_string prp_lan_vals[] = {
/**********************************************************/
void proto_register_prp(void);
void proto_reg_handoff_prp(void);
static int proto_prp = -1;

View File

@ -28,7 +28,6 @@
#include "packet-pw-common.h"
void proto_register_pw_padding(void);
void proto_reg_handoff_pw_padding(void);
static const char string_ok[] = "Ok";

View File

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

View File

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

View File

@ -34,7 +34,6 @@
#include "packet-windows-common.h"
#include "packet-scsi.h"
void proto_reg_handoff_rsvd(void);
void proto_register_rsvd(void);
static int proto_rsvd = -1;

View File

@ -39,7 +39,6 @@
#include "packet-scsi-smc.h"
void proto_register_scsi_ssc(void);
void proto_reg_handoff_scsi_ssc(void);
static int proto_scsi_ssc = -1;
int hf_scsi_ssc_opcode = -1;

View File

@ -33,7 +33,6 @@
#include "packet-dcerpc.h"
void proto_register_smb_browse(void);
void proto_reg_handoff_smb_browse(void);
static int proto_smb_browse = -1;
static int hf_command = -1;

View File

@ -34,7 +34,6 @@
#include "packet-t30.h"
void proto_register_t30(void);
void proto_reg_handoff_t30(void);
/* T30 */
static int proto_t30 = -1;

View File

@ -44,7 +44,6 @@
/* Forward declarations */
void proto_register_thread_coap(void);
void proto_reg_handoff_thread_coap(void);
void proto_register_thread_address(void);
void proto_reg_handoff_thread_address(void);

View File

@ -220,7 +220,6 @@
#define EC_BLOB_LEN 4
void proto_register_uftp4(void);
void proto_reg_handoff_uftp4(void);
static int proto_uftp = -1;