From 11ba06366d3a8cf6d4e3af6f969fb103489cc413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 3 Dec 2009 15:47:52 +0000 Subject: Renamed some wtap defines: WTAP_GCOM_TIE1 => WTAP_ENCAP_GCOM_TIE1 WTAP_GCOM_SERIAL => WTAP_ENCAP_GCOM_SERIAL svn path=/trunk/; revision=31161 --- wiretap/pcap-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap/pcap-common.c') diff --git a/wiretap/pcap-common.c b/wiretap/pcap-common.c index 235bc6d802..23c060a02f 100644 --- a/wiretap/pcap-common.c +++ b/wiretap/pcap-common.c @@ -295,8 +295,8 @@ static const struct { */ /* Registered by Gcom, Inc. */ - { 172, WTAP_GCOM_TIE1 }, - { 173, WTAP_GCOM_SERIAL }, + { 172, WTAP_ENCAP_GCOM_TIE1 }, + { 173, WTAP_ENCAP_GCOM_SERIAL }, { 177, WTAP_ENCAP_LINUX_LAPD }, -- cgit v1.2.1