Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 28121: /trunk/wiretap/ /trunk/wiretap/: airopeek9.c

Date: Wed, 22 Apr 2009 03:57:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28121

User: guy
Date: 2009/04/21 08:57 PM

Log:
 ssize_t is UN*X-only; don't use it.
 
 The header length, as processed by airopeekv9_process_header(), is never
 0, so use 0, not -1, as the error return.

Directory: /trunk/wiretap/
  Changes    Path           Action
  +12 -12    airopeek9.c    Modified