rip: Fix "Dissector Bug": register 5 missing hfi_... fields

[ Bug Introduced in gf8e24c9 ]

Change-Id: I99207334e33b30bf622bbed366c2222113108230
Reviewed-on: https://code.wireshark.org/review/6890
Reviewed-by: Bill Meier <wmeier@newsguy.com>
This commit is contained in:
Bill Meier 2015-02-01 12:32:08 -05:00
parent 351e7d58aa
commit 50e841573d
1 changed files with 5 additions and 0 deletions

View File

@ -354,6 +354,11 @@ proto_register_rip(void)
&hfi_rip_family,
&hfi_rip_route_tag,
&hfi_rip_zero_padding,
&hfi_rip_digest_offset,
&hfi_rip_key_id,
&hfi_rip_auth_data_len,
&hfi_rip_auth_seq_num,
&hfi_rip_authentication_data,
};
#endif /* HAVE_HFI_SECTION_INIT */