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

Date: Wed, 14 Jun 2006 08:04:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18460

User: jmayer
Date: 2006/06/14 08:04 AM

Log:
 configure.in:
         Check for libgcrypt 1.1.0 (note: I don't know which version
         is required, so maybe the version number needs to be changed
         for this test to work reliably).
 
 packet-ipsec.c:
         - Replace __USE_LIBGCRYPT__ by HAVE_LIBGCRYPT to follow
           conventions.
         - Warning fixes: signedness in sscanf (%i -> %u)
         - Warning fixes: mixed declaration and code

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

Directory: /trunk/
  Changes    Path            Action
  +18 -1     configure.in    Modified