Wireshark-commits: [Wireshark-commits] rev 20061: /trunk/ /trunk/doc/: README.developer /trunk/epan/: value_string.c value_string.h /trunk/: AUTHORS
From:
sfisher@xxxxxxxxxxxxx
Date: Thu, 07 Dec 2006 20:29:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20061
User: sfisher
Date: 2006/12/07 08:29 PM
Log:
From Francesco Fondelli:
I defined a range_string struct. It's like value_string
but stores range <-> string pairs.
Moreover I wrote rval_to_str(), match_strrval_idx()
match_strrval() which are behaving exactly as
val_to_str(), match_strval_idx() and match_strval().
Directory: /trunk/doc/
Changes Path Action
+48 -0 README.developer Modified
Directory: /trunk/epan/
Changes Path Action
+47 -0 value_string.c Modified
+24 -0 value_string.h Modified
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified