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

Date: Thu, 07 Feb 2013 22:07:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47541

User: wmeier
Date: 2013/02/07 02:07 PM

Log:
 Use proto_registrar_get_id_byname() instead of proto_registrar_get_byname();
 
 The code is slightly cleaner and the use of proto_registrar_get_id_byname()
  enables an additional checkhf test to reduce false positives.
 
 Also: comment out 2 unused hf_... vars in packet-smb-sidsnooping.c
 (found by checkhf)

Directory: /trunk/epan/dissectors/
  Changes    Path                        Action
  +14 -40    packet-smb-sidsnooping.c    Modified
  +3 -3      packet-tte.c                Modified