Fix typo in erldp dissector

svn path=/trunk/; revision=53825
This commit is contained in:
Pascal Quantin 2013-12-07 14:38:16 +00:00
parent cff7d45f85
commit e67762e343
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@
#define PSNAME "ErlDP"
#define PFNAME "erldp"
void proto_register_erlpd(void);
void proto_reg_handoff_erlpd(void);
void proto_register_erldp(void);
void proto_reg_handoff_erldp(void);
static const value_string etf_tag_vals[] = {
{ SMALL_INTEGER_EXT , "SMALL_INTEGER_EXT" },