ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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