Wireshark-commits: [Wireshark-commits] rev 34623: /trunk/tools/ /trunk/tools/: checkhf.pl

Date: Fri, 22 Oct 2010 17:54:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34623

User: morriss
Date: 2010/10/22 10:54 AM

Log:
 Fix detection of hf entries being used in the hf array where the opening brace
 is on the preceding line.  There was code here to do it but it needed to be
 moved inside the preceding 'else' (in particular, before the 'next' sent us
 around the loop again).
 
 The bug was noticed by Alexis La Goutte in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5329

Directory: /trunk/tools/
  Changes    Path          Action
  +7 -9      checkhf.pl    Modified