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 18856: /trunk/ /trunk/epan/dissectors/: packet-ipsec.c /

Date: Wed, 09 Aug 2006 02:00:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18856

User: gerald
Date: 2006/08/09 02:00 AM

Log:
 Point to the newest (1.5.0-1) GnuTLS package.  Since it contains
 libgcrypt, enable it in the Windows build.
 
 In packet-ipsec.c:
 
   - Remove non-constants from variable declaration initializations.
   - Use ep_alloc() in a couple of places.
   - Fix an off-by-one error.
   - Reduce the number of SAs in the preferences from 4 to 2.  4 made the
     preferences window absolutely enormous.  This is probably the wrong
     way to fix this.
   - Fix up whitespace.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +563 -557  packet-ipsec.c    Modified

Directory: /trunk/tools/
  Changes    Path              Action
  +1 -1      win32-setup.sh    Modified

Directory: /trunk/
  Changes    Path              Action
  +2 -1      Makefile.nmake    Modified
  +3 -0      config.h.win32    Modified
  +8 -2      config.nmake      Modified