Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-commits: [Wireshark-commits] rev 25265: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ipsec.c

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: guy@xxxxxxxxxxxxx
Date: Fri, 09 May 2008 16:15:29 GMT

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25265

User: guy
Date: 2008/05/09 09:15 AM

Log:
 sprintf() and strtoul() are massive overkill for turning a string of hex
 digits into a string of characters; use g_ascii_xdigit_value() to
 convert individual hex digit characters to their hex value - and check
 whether it succeeds or not, so we catch invalid hex digits! - and just
 append the resulting byte value to the string.
 
 Handle the case where compute_ascii_key() fails.

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


  • Prev by Date: [Wireshark-commits] rev 25264: /trunk/epan/dissectors/ /trunk/epan/dissectors/: Makefile.nmake packet-acap.c packet-afs.c packet-ansi_801.c packet-ascend.c packet-atalk.c packet-beep.c packet-bgp.c packet-sccp.c ...
  • Next by Date: [Wireshark-commits] rev 25266: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ipsec.c
  • Previous by thread: [Wireshark-commits] rev 25264: /trunk/epan/dissectors/ /trunk/epan/dissectors/: Makefile.nmake packet-acap.c packet-afs.c packet-ansi_801.c packet-ascend.c packet-atalk.c packet-beep.c packet-bgp.c packet-sccp.c ...
  • Next by thread: [Wireshark-commits] rev 25266: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ipsec.c
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation