From 3eadb385c3280a23cd277d8dbc57a33e4f6aecc3 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 12 Aug 2008 04:44:35 +0000 Subject: From Alexey Neyman: Implement dissector for IPMB (DLT_IPMB_LINUX, 209). svn path=/trunk/; revision=25986 --- epan/address.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/address.h') diff --git a/epan/address.h b/epan/address.h index d5bf5ed7d1..c472502440 100644 --- a/epan/address.h +++ b/epan/address.h @@ -149,7 +149,8 @@ typedef enum { PT_SBCCS, /* FICON */ PT_IDP, /* XNS IDP sockets */ PT_TIPC, /* TIPC PORT */ - PT_USB /* USB endpoint 0xffff means the host */ + PT_USB, /* USB endpoint 0xffff means the host */ + PT_I2C } port_type; /* Types of circuit IDs Wireshark knows about. */ -- cgit v1.2.3