HPM.2 IPMI Trace Data encapsulation format
authorU-beauty\bdn <dima_b@pigeonpoint.com>
Mon, 9 Jun 2014 08:29:06 +0000 (14:29 +0600)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 9 Jun 2014 08:54:38 +0000 (08:54 +0000)
Added a mapping between DLT_IPMI_HPM_2 link-layer header type to the IPMI Trace Wiretap encapsulation.

Change-Id: I458d44ad0f51beecfe5589e0e9cb75f4771d866b
Reviewed-on: https://code.wireshark.org/review/2054
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
wiretap/pcap-common.c

index 77dd9f3d93f6db5c41012c5f3a386f5378bcf703..d3e41a37e7261accf4738fa4e8de5d5322760ca7 100644 (file)
@@ -430,7 +430,10 @@ static const struct {
        /* Ethernet Passive Optical Network */
        { 259,          WTAP_ENCAP_EPON },
 
-  /*
+       /* IPMI Trace Data Collection */
+       { 260,          WTAP_ENCAP_IPMI_TRACE },
+
+       /*
         * To repeat:
         *
         * If you need a new encapsulation type for libpcap files, do