Wireshark-commits: [Wireshark-commits] rev 23736: /trunk/epan/ /trunk/epan/: emem.c emem.h
From:
sahlberg@xxxxxxxxxxxxx
Date: Tue, 04 Dec 2007 03:26:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23736
User: sahlberg
Date: 2007/12/04 03:26 AM
Log:
rework how emem trees indexed by strings so that traversing the tree
will traverse the entries in the lexical order of the key.
add a flag to lookup/insert for strings to specify whether a case
insensitive key should be used instead of a (default) case sensitive
key.
Directory: /trunk/epan/
Changes Path Action
+88 -69 emem.c Modified
+4 -2 emem.h Modified