aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x224.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-18Display Microsoft's Remote Desktop Protocol (RDP) extension to the X.224sfisher1-0/+13
connection request that shows the session load balancing information. There appears to be more dissecting that can be done for this field, but I don't have any sample captures to test this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29459 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29446 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29346 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29345 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
Remove trailing spaces in protocol/field names git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28978 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-7/+7
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26089 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29add a asn2wrs generated T.125 MCP dissectorsahlberg1-2/+12
This dissects the initial Connect-Initial and Connect-confirm pdus of setting up t.125 The dissector needs to be enhanced to also decode the data payload so that it can decode any furhter packets on the connection after these two initial handshake packets git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23307 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29add an initial x.224 dissector it is very incompletesahlberg1-0/+321
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23304 f5534014-38df-0310-8fa8-9805f1628bb7