Wireshark-commits: [Wireshark-commits] rev 20734: /trunk/epan/ /trunk/epan/dissectors/: packet-k12.
Date: Wed, 07 Feb 2007 13:45:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20734

User: lego
Date: 2007/02/07 01:45 PM

Log:
 From: Gisle Vanem
 
 The file epan/dissectors/packet-k12.c uses the function
 strcasestr() which is not available on e.g. Windows. So I cooked
 up a patch to epan/strutil.c to add epan_strcasestr() (is there a more
 suited place for such a function?)

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -1      packet-k12.c    Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +1 -0      libwireshark.def    Modified
  +14 -0     strutil.c           Modified
  +10 -0     strutil.h           Modified