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

Date: Sun, 18 Aug 2013 02:11:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51410

User: mmann
Date: 2013/08/17 07:11 PM

Log:
 HCI: Full dissection of EIR/AD and little improve filtering, bug 9050 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9050)
 
 From Michal Labedzki.
 
 From me:
 1. Have boolean filters use tfs_true_false instead of NULL (because it appears previous functionality had "TRUE" and "FALSE").  Perhaps other tfs_ values could be used, but tfs_true_false makes a good placeholder.
 2. Add FT_ETHER field as a proto_tree_add_item.

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +2 -0      packet-bluetooth-hci.h    Modified
  +227 -41   packet-bthci_cmd.c        Modified
  +334 -139  packet-bthci_evt.c        Modified
  +3 -4      packet-btsdp.c            Modified