commit | f4c699b58752234cadf18b12ec44c596a930c883 | [log] [tgz] |
---|---|---|
author | guy <guy> | Wed Sep 04 11:22:13 2002 +0000 |
committer | guy <guy> | Wed Sep 04 11:22:13 2002 +0000 |
tree | 4195eef9739427f571c9b402c6d3abe2397e3d33 | |
parent | 5dd4a8b71eda5ca158e163c1860d70f257e933f8 [diff] |
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.