aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mactelnet.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, ↵wmeier1-2/+2
FT_STRINGZ, FT_UINT_STRING as follows: 1. If there's no character encoding (ENC_ASCII, ...) specified then use ENC_ASCII. 2. For all but FT_UINT_STRING, always use ENC_NA (replacing any existing True/1/FALSE/0 /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39426 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-24From Håkon Nessjøenjake1-9/+46
Additions: More correct way of checking direction of packets Support for two new packet types: ping, pingreply git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36042 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-2/+2
Export tvb_*_to_str() and put them in alphabetical order. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35602 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-06-23Use ENC_NA rather than FALSE.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33308 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-23Use correct data type for port number.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33306 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-23- Use tvb_reported_length() instead of tvb_length() in a few cases;wmeier1-10/+10
- col_clear() not req'd; - Use guint32 for offset; - Minor whitespace/indentation cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33302 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-23Added link to a protocol description.stig1-11/+14
Show the control packet magic number. Set correct length on the control packet item. Corrected some blurbs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33295 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-22From Håkon Nessjøen:stig1-16/+31
Added configurability of port number. From me: Removed some unneeded variable inits. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33292 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-22From Håkon Nessjøen via bug 4899:stig1-0/+328
Dissector for Mikrotik RouterOS protocol for telneting without using IP addresses. From me: Code cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33289 f5534014-38df-0310-8fa8-9805f1628bb7