http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47420
User: cmaynard
Date: 2013/02/01 08:23 AM
Log:
Evan Huus pointed out a duplicate block of code, so delete it. Also, move the other block before the "next_tvb=..." statement. Other changes:
-> Delete some unused header fields found with checkhf.pl
-> Fix a couple of typos.
-> Minor whitespace changes.
-> Add a TODO about replacing strstr with either g_strrstr or g_str_has_suffix
Directory: /trunk/epan/dissectors/
Changes Path Action
+17 -40 packet-tcp.c Modified