From Michal Labedzki
authorMartin Kaiser <wireshark@kaiser.cx>
Tue, 25 Sep 2012 19:46:10 +0000 (19:46 -0000)
committerMartin Kaiser <wireshark@kaiser.cx>
Tue, 25 Sep 2012 19:46:10 +0000 (19:46 -0000)
commit7da8dfc0b8a5ba1fed11709aef681f9e84e4534d
tree34edc63d4ca8de0da7b076fab6f04d0f22fe1714
parent2af09e863e5c15c7009b9131e30160dbd6c41527
From Michal Labedzki

make ISO 7816 Answer To Reset (ATR) a separate dissector
call it from Bluetooth SAP

from me
- change protocol name to iso7816.atr to be consistent with existing
  filter names
- subtree for atr
- always call atr dissector via handle
- reject the packet if it has no valid init char
- don't use boolean data parameter, fill the info column with the data
  required by Bluetooth SAP

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7715

svn path=/trunk/; revision=45137
epan/dissectors/packet-btsap.c
epan/dissectors/packet-iso7816.c