aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rmcp.c
AgeCommit message (Collapse)AuthorFilesLines
2003-06-04Have the RMCP dissector reject packets with an unknown class byte value,Guy Harris1-29/+31
so we don't mis-dissect non-RMCP traffic going to or from the RMCP port. Use the dissector table set up for RMCP classes - use "dissector_try_port()" rather than explicitly checking class values, and have the sub-dissectors register in the dissector table rather than registering their dissectors. svn path=/trunk/; revision=7782
2003-04-23From Duncan Laurie: IPMI-over-LAN support.Guy Harris1-0/+189
svn path=/trunk/; revision=7538