Wireshark-commits: [Wireshark-commits] rev 47542: /trunk/tools/ /trunk/tools/: checkhf.pl
Date: Thu, 07 Feb 2013 22:16:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47542

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

Log:
 Add addition test to reduce false positives for 'ERROR: NO ARRAY: '
 
 Essentially:
  Detect when an hf_... var is effictively initialized
  via the use of proto_registrar_get_id_byname() or
  proto_get_id_by_filter_name() (instead of
  proto_register_field_array()).

Directory: /trunk/tools/
  Changes    Path          Action
  +46 -4     checkhf.pl    Modified