Wireshark-commits: [Wireshark-commits] rev 28564: /trunk/ /trunk/epan/dissectors/: Makefile.common

Date: Mon, 01 Jun 2009 17:23:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28564

User: stig
Date: 2009/06/01 10:23 AM

Log:
 From Ravi Kondamuru via bug 3457: 
 Add support to read citrix netscaler capture file format.
 
 From me:
 - Renamed packet-ns.c to packet-nstrace.c
 - Rewrote to not use "goto" in netscaler.c
 - Moved dissecting of coreid

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +1 -0      Makefile.common     Modified
  +191 -0    packet-nstrace.c    Added

Directory: /trunk/
  Changes    Path          Action
  +5 -0      AUTHORS       Modified

Directory: /trunk/wiretap/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +13 -2     file_access.c      Modified
  +1289 -0   netscaler.c        Added
  +82 -0     netscaler.h        Added
  +21 -0     wtap-int.h         Modified
  +8 -1      wtap.c             Modified
  +21 -0     wtap.h             Modified