aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipmi.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-13Fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=9257
2003-10-30Decorate higher level proto_item with NetFn and LUN values in hex.Tim Potter1-3/+12
svn path=/trunk/; revision=8822
2003-06-04Have the RMCP dissector reject packets with an unknown class byte value,Guy Harris1-4/+4
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/+647
svn path=/trunk/; revision=7538