ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Thu, 16 Aug 2012 19:58:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44545

User: wmeier
Date: 2012/08/16 12:58 PM

Log:
 Fix (minor ?) memory leak;
 General cleanup:
  - use expert...() instead of a 'printf()';
  - #include <stdio.h> only if debug enabled;
  - remove unneeded variable initializations;
  - localize some variables;
  - reformat hf[] entries;
  - use consistent whitespace formatting.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +866 -533  packet-ntlmssp.c    Modified