Wireshark-commits: [Wireshark-commits] rev 45137: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 25 Sep 2012 19:46:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45137

User: martink
Date: 2012/09/25 12:46 PM

Log:
 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

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +3 -3      packet-btsap.c      Modified
  +64 -26    packet-iso7816.c    Modified