aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-force10-oui.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
svn path=/trunk/; revision=54135
2013-09-11Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard1-1/+1
svn path=/trunk/; revision=51952
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+5
Cleanup hf_register_info declaration passed to llc_add_oui(). While there, change the declaration to an array in order to be consistent with the rest of packet-*.c files. svn path=/trunk/; revision=28830
2009-03-01From Carles Kishimoto:Jaap Keuter1-0/+52
Dissector for the proprietary protocol FEFD (Far End Failure Detction) from Force10networks. svn path=/trunk/; revision=27571