Wireshark-commits: [Wireshark-commits] rev 20251: /trunk/ /trunk/: cfile.c cfile.h file.c

Date Prev · Date Next · Thread Prev · Thread Next
Date: Mon, 01 Jan 2007 10:23:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20251

User: sahlberg
Date: 2007/01/01 10:23 AM

Log:
 break out dfcode from the capture file structure and declare it locally where it is needed.
 allocate and release the dfcode program as needed instead of having it hang around in the capture file structure.
 
 this will ensure that dfcode will not have longer than se scope lifetime in case we need that property of it later

Directory: /trunk/
  Changes    Path          Action
  +0 -1      cfile.c       Modified
  +0 -1      cfile.h       Modified
  +84 -18    file.c        Modified