]> The Tcpdump Group git mirrors - tcpdump/commit
Fix the ATMARP dissector to correctly dissect RFC 2225 ATM ARP.
authorguy <guy>
Wed, 4 Sep 2002 11:22:13 +0000 (11:22 +0000)
committerguy <guy>
Wed, 4 Sep 2002 11:22:13 +0000 (11:22 +0000)
commitf4c699b58752234cadf18b12ec44c596a930c883
tree4195eef9739427f571c9b402c6d3abe2397e3d33
parent5dd4a8b71eda5ca158e163c1860d70f257e933f8
Fix the ATMARP dissector to correctly dissect RFC 2225 ATM ARP.

Fix the ARP dissector to check the hardware type before checking whether
the addresses are in the captured data, and call the ATMARP dissector if
the hardware type is 19.  Also fix it to return after the ATMARP
dissector returns.

Use "TTEST2()" to check whether the addresses are in the captured data.
print-arp.c