http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32838
User: morriss
Date: 2010/05/16 07:55 PM
Log:
From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3922 :
Add support for the IBM TN5250 data stream protocol.
http://wiki.wireshark.org/TN5250
From me:
Move most of the contents of the header file to the .c file.
Replace blurbs that match the hf name with NULL.
Replace empty-string blurbs with NULL.
Fix some abbreviations (hf_tn5220_xxx -> tn5220.xxx).
Make some functions static.
Cast some offset increments to unsigned to make sure we don't go backwards
(which could create a loop). This includes making most of the subdissection
functions return an unsigned number.
Use find_or_create_conversation().
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -0 Makefile.common Modified
+21 -1 packet-telnet.c Modified
+7522 -0 packet-tn5250.c Added
+39 -0 packet-tn5250.h Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified