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 24068: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 11 Jan 2008 21:06:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24068

User: morriss
Date: 2008/01/11 09:06 PM

Log:
 The Windows compiler thinks that doing return(func_that_returns_void()) in a function that itself returns void is "'void' function returning a value".  So don't do that.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +1 -1      packet-ff.c    Modified