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

Date: Fri, 07 Jul 2006 22:39:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18685

User: gerald
Date: 2006/07/07 10:39 PM

Log:
 Fix more bugs reported by Ilja van Sprundel.
 
 packet-pktc.c:
   Catch an underflow.
 
 packet-ospf.c:
   Don't burn CPU cycles unnecessarily.
 
 packet-rpc.c:
   Catch an overflow.
 
 packet-mq.c:
   Check a header size.
 
 Fix up whitespace.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +4 -1      packet-mq.c      Modified
  +33 -30    packet-ospf.c    Modified
  +20 -19    packet-pktc.c    Modified
  +4 -1      packet-rpc.c     Modified