http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52931
User: wmeier
Date: 2013/10/28 08:07 PM
Log:
From Ishraq Ibne Ashraf: Tinkerforge protocol dissector
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9324
From me:
1. Move certain global vars to local storage in dissect_tfp_common()
2. Declare all remaining global vars as static;
3. Fix some bugs:
- base58_encode() needed to be called before call to col_add_fstr()
- display of UID string in tree was being truncated to 4 characters
4. Cleanup whitespace: use consistent indentation (tabs); remove trailing whitespace;
5. Add editor modelines
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+443 -0 packet-tfp.c Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified
Directory: /trunk/
Changes Path Action
+4 -0 AUTHORS Modified