x75: don't register for WTAP_ENCAP_LAPB.

X.75 is not the same thing as LAPB, and we already *have* a LAPB
dissector that registers for WTAP_ENCAP_LAPB.  Two dissectors
registering for a value in the wtap_encap table means one of them will
lose, so it does not work; in this case, the LAPB dissector loses.

Fixes #19595.
This commit is contained in:
Guy Harris 2024-01-15 16:37:05 -08:00
parent 760462e2dc
commit e0811c1aa0
1 changed files with 0 additions and 2 deletions

View File

@ -228,8 +228,6 @@ void
proto_reg_handoff_x75(void)
{
data_handle = find_dissector("data");
dissector_add_uint("wtap_encap", WTAP_ENCAP_LAPB, x75_handle);
}
/*