aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sametime.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-17/+15
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-28Fix memory leaks involving tvb_get_string[z]().cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40312 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-30From Toralf Foerster via ↵morriss1-7/+18
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5432 : The attached patch against that dissector contains : FIX: - counting statistics over encrypted packages (line 610 ff) NEW: - tag sametime message type 0x0025 as known MISC: - better comment - new line clean ups git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35077 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-18stats_tree_register() need be called only once (and not each time a port ↵wmeier1-10/+13
pref is changed); (Minor) use tvb_reported_length_remaining() rather than tvb_length_remaining() in a number of places; Add a comment to get_sametime_message_len() about the minimum length of the tvb when the fcn is called. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34961 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-17Remove unneeded stuff from the Copyright notice. Use ENC_BIG_ENDIAN and ENC_NA.morriss1-35/+29
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34931 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-17From Toralf Foerster via ↵morriss1-0/+929
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5376 : A dissector for the SAMETIME protocol. From me: no need to include gmodule.h, use only ASCII in the author's name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34930 f5534014-38df-0310-8fa8-9805f1628bb7