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

Date: Tue, 25 Dec 2012 22:35:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46743

User: guy
Date: 2012/12/25 02:35 PM

Log:
 In dissect_bthci_evt_command_complete():
 
 Make a loop counter a full-width integer, just to be sure.
 
 Do *NOT* assume that pinfo->private_data is non-null; I have at least
 one capture where it is null when dissect_bthci_evt_command_complete()
 is captured.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +39 -36    packet-bthci_evt.c    Modified