Wireshark-commits: [Wireshark-commits] rev 31981: /trunk/wiretap/ /trunk/wiretap/: iseries.c wtap-i

Date: Wed, 24 Feb 2010 08:39:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31981

User: guy
Date: 2010/02/24 12:39 AM

Log:
 Move the definition of the private data structure from wtap-int.h to the
 iSeries capture processor.  Parse the start date into year/month/day at
 the time we see it, rather than for every packet; that means we don't
 need to allocate a buffer to hold the date as a string (a buffer which
 we weren't ever freeing).

Directory: /trunk/wiretap/
  Changes    Path          Action
  +33 -25    iseries.c     Modified
  +0 -7      wtap-int.h    Modified