Wireshark-commits: [Wireshark-commits] rev 36515: /trunk/wiretap/ /trunk/wiretap/: ngsniffer.c

Date: Fri, 08 Apr 2011 01:57:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36515

User: guy
Date: 2011/04/07 06:57 PM

Log:
 Change ng_file_read() to take only one size argument - and make it an
 unsigned int - to match file_read().  Shrink some arguments, variables,
 and structure members appropriately.
 
 Fix an incorrect sizeof - sizeof a pointer is the size of the pointer,
 not the size of what it points to.

Directory: /trunk/wiretap/
  Changes    Path           Action
  +27 -27    ngsniffer.c    Modified