aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fefd.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-20Use correct parent tree when creating a subtree: Fixes Coverity 902 [UNUSED];wmeier1-166/+163
Remove unneeded #includes; Do some whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37329 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
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-04-06#include <string.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 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-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-01From Carles Kishimoto:jake1-0/+297
Dissector for the proprietary protocol FEFD (Far End Failure Detction) from Force10networks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27571 f5534014-38df-0310-8fa8-9805f1628bb7