HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / epan / ipproto.c
blob7668471073c041a98224571ec5594a0a39c542a4
1 /* ipproto.c
2 * Routines for converting IPv4 protocol/IPv6 nxthdr field into string
4 * $Id$
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 2
13 * of the License, or (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 #include "config.h"
27 #ifdef HAVE_NETDB_H
28 # include <netdb.h>
29 #endif
31 #include <glib.h>
33 #include <epan/packet.h>
34 #include <epan/ipproto.h>
35 #include <epan/addr_resolv.h>
36 #include <epan/dissectors/packet-ip.h>
37 #include <epan/strutil.h>
39 static const value_string ipproto_val[] = {
40 #if 0
41 { IP_PROTO_IP, "IPv4" },
42 #endif
43 { IP_PROTO_HOPOPTS, "IPv6 hop-by-hop option" }, /* 0 HOPOPT IPv6 Hop-by-Hop Option [RFC1883] */
44 { IP_PROTO_ICMP, "ICMP" }, /* 1 ICMP Internet Control Message [RFC792] */
45 { IP_PROTO_IGMP, "IGMP" }, /* 2 IGMP Internet Group Management [RFC1112] */
46 { IP_PROTO_GGP, "GGP" }, /* 3 GGP Gateway-to-Gateway [RFC823] */
47 { IP_PROTO_IPIP, "IPIP" }, /* 4 IPv4 IPv4 encapsulation [RFC2003] */
48 { IP_PROTO_STREAM, "Stream" }, /* 5 ST Stream [RFC1190][RFC1819] */
49 { IP_PROTO_TCP, "TCP" }, /* 6 TCP Transmission Control [RFC793] */
50 { IP_PROTO_CBT, "CBT" }, /* 7 CBT CBT [Tony_Ballardie] */
51 { IP_PROTO_EGP, "EGP" }, /* 8 EGP Exterior Gateway Protocol [RFC888][David_Mills] */
52 { IP_PROTO_IGP, "IGRP" }, /* 9 IGP any private interior gateway (used by Cisco for their IGRP) [Internet_Assigned_Numbers_Authority] */
53 { IP_PROTO_BBN_RCC, "BBN RCC" }, /* 10 BBN-RCC-MON BBN RCC Monitoring [Steve_Chipman] */
54 { IP_PROTO_NVPII, "Network Voice" }, /* 11 NVP-II Network Voice Protocol [RFC741][Steve_Casner] */
55 { IP_PROTO_PUP, "PUP" }, /* 12 PUP PUP */
56 { IP_PROTO_ARGUS, "ARGUS" }, /* 13 ARGUS ARGUS [Robert_W_Scheifler] */
57 { IP_PROTO_EMCON, "EMCON" }, /* 14 EMCON EMCON [<mystery contact>] */
58 { IP_PROTO_XNET, "XNET" }, /* 15 XNET Cross Net Debugger [Haverty, J., "XNET Formats for Internet Protocol Version 4", IEN 158, October 1980.][Jack_Haverty] */
59 { IP_PROTO_CHAOS, "CHAOS" }, /* 16 CHAOS Chaos [J_Noel_Chiappa] */
60 { IP_PROTO_UDP, "UDP" }, /* 17 UDP User Datagram [RFC768][Jon_Postel] */
61 { IP_PROTO_MUX, "Multiplex" }, /* 18 MUX Multiplexing [Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90, USC/Information Sciences Institute, May 1979.][Jon_Postel] */
62 { IP_PROTO_DCNMEAS, "DCN Measurement" }, /* 19 DCN-MEAS DCN Measurement Subsystems [David_Mills] */
63 { IP_PROTO_HMP, "Host Monitoring" }, /* 20 HMP Host Monitoring [RFC869][Robert_Hinden] */
64 { IP_PROTO_PRM, "Packet radio" }, /* 21 PRM Packet Radio Measurement [Zaw_Sing_Su] */
65 { IP_PROTO_IDP, "IDP" }, /* 22 XNS-IDP XEROX NS IDP */
66 { IP_PROTO_TRUNK1, "Trunk-1" }, /* 23 TRUNK-1 Trunk-1 [Barry_Boehm] */
67 { IP_PROTO_TRUNK2, "Trunk-2" }, /* 24 TRUNK-2 Trunk-2 [Barry_Boehm] */
68 { IP_PROTO_LEAF1, "Leaf-1" }, /* 25 LEAF-1 Leaf-1 [Barry_Boehm] */
69 { IP_PROTO_LEAF2, "Leaf-2" }, /* 26 LEAF-2 Leaf-2 [Barry_Boehm] */
70 { IP_PROTO_RDP, "Reliable Data" }, /* 27 RDP Reliable Data Protocol [RFC908][Robert_Hinden] */
71 { IP_PROTO_IRT, "IRT" }, /* 28 IRTP Internet Reliable Transaction [RFC938][Trudy_Miller] */
72 { IP_PROTO_TP, "ISO TP4" }, /* 29 ISO-TP4 ISO Transport Protocol Class 4 [RFC905][<mystery contact>] */
73 { IP_PROTO_BULK, "Bulk Data" }, /* 30 NETBLT Bulk Data Transfer Protocol [RFC969][David_Clark] */
74 { IP_PROTO_MFE_NSP, "MFE NSP" }, /* 31 MFE-NSP MFE Network Services Protocol */
75 { IP_PROTO_MERIT, "Merit Internodal" }, /* 32 MERIT-INP MERIT Internodal Protocol [Hans_Werner_Braun] */
76 { IP_PROTO_DCCP, "Datagram Congestion Control Protocol" }, /* 33 DCCP Datagram Congestion Control Protocol [RFC4340] */
77 { IP_PROTO_3PC, "3rd Party Connect" }, /* 34 3PC Third Party Connect Protocol [Stuart_A_Friedberg] */
78 { IP_PROTO_IDPR, "Interdomain routing" }, /* 35 IDPR Inter-Domain Policy Routing Protocol [Martha_Steenstrup] */
79 { IP_PROTO_XTP, "XTP" }, /* 36 XTP XTP [Greg_Chesson] */
80 { IP_PROTO_DDP, "Datagram delivery"}, /* 37 DDP Datagram Delivery Protocol [Wesley_Craig] */
81 { IP_PROTO_CMTP, "Control Message" }, /* 38 IDPR-CMTP IDPR Control Message Transport Proto [Martha_Steenstrup] */
82 { IP_PROTO_TPPP, "TP++" }, /* 39 TP++ TP++ Transport Protocol [Dirk_Fromhein] */
83 { IP_PROTO_IL, "IL" }, /* 40 IL IL Transport Protocol [Dave_Presotto] */
84 { IP_PROTO_IPV6, "IPv6" }, /* 41 IPv6 IPv6 encapsulation [RFC2473] */
85 { IP_PROTO_SDRP, "Source demand routing" }, /* 42 SDRP Source Demand Routing Protocol [Deborah_Estrin] */
86 { IP_PROTO_ROUTING, "IPv6 routing" }, /* 43 IPv6-Route Routing Header for IPv6 [Steve_Deering] */
87 { IP_PROTO_FRAGMENT,"IPv6 fragment" }, /* 44 IPv6-Frag Fragment Header for IPv6 [Steve_Deering] */
88 { IP_PROTO_IDRP, "IDRP" }, /* 45 IDRP Inter-Domain Routing Protocol [Sue_Hares] */
89 { IP_PROTO_RSVP, "RSVP" }, /* 46 RSVP Reservation Protocol [Bob_Braden] */
90 { IP_PROTO_GRE, "GRE" }, /* 47 GRE General Routing Encapsulation [Tony_Li] */
91 { IP_PROTO_DSR, "Dynamic source routing" }, /* 48 DSR Dynamic Source Routing Protocol [RFC4728] */
92 { IP_PROTO_BNA, "BNA" }, /* 49 BNA BNA [Gary Salamon] */
93 { IP_PROTO_ESP, "ESP" }, /* 50 ESP Encap Security Payload [RFC4303] */
94 { IP_PROTO_AH, "AH" }, /* 51 AH Authentication Header [RFC4302] */
95 { IP_PROTO_INSLP, "INSLP" }, /* 52 I-NLSP Integrated Net Layer Security TUBA [K_Robert_Glenn] */
96 { IP_PROTO_SWIPE, "SWIPE" }, /* 53 SWIPE IP with Encryption [John_Ioannidis] */
97 { IP_PROTO_NARP, "NBMA ARP"}, /* 54 NARP NBMA Address Resolution Protocol [RFC1735] */
98 { IP_PROTO_MOBILE, "IP Mobility"}, /* 55 MOBILE IP Mobility [Charlie_Perkins] */
99 { IP_PROTO_TLSP, "TLSP Kryptonet" }, /* 56 TLSP Transport Layer Security Protocol using Kryptonet key management [Christer_Oberg] */
100 { IP_PROTO_SKIP, "SKIP" }, /* 57 SKIP SKIP [Tom_Markson] */
101 { IP_PROTO_ICMPV6, "ICMPv6" }, /* 58 IPv6-ICMP ICMP for IPv6 [RFC1883] */
102 { IP_PROTO_NONE, "IPv6 no next header" }, /* 59 IPv6-NoNxt No Next Header for IPv6 [RFC1883] */
103 { IP_PROTO_DSTOPTS, "IPv6 destination option" },/* 60 IPv6-Opts Destination Options for IPv6 [RFC1883] */
104 { IP_PROTO_SHIM6_OLD, "SHIM6 header" }, /* 61 any host internal protocol [Internet_Assigned_Numbers_Authority] */
105 { IP_PROTO_MIPV6_OLD, "Mobile IPv6 (old)" }, /* 62 CFTP CFTP [Forsdick, H., "CFTP", Network Message, Bolt Beranek and Newman, January 1982.][Harry_Forsdick] */
106 { 63, "any local network" }, /* 63 any local network [Internet_Assigned_Numbers_Authority] */
107 { IP_PROTO_SATEXPAK,"SATNET EXPAK" }, /* 64 SAT-EXPAK SATNET and Backroom EXPAK [Steven_Blumenthal] */
108 { IP_PROTO_KRYPTOLAN, "Kryptolan" }, /* 65 KRYPTOLAN Kryptolan [Paul Liu] */
109 { IP_PROTO_RVD, "Remote Virtual Disk" }, /* 66 RVD MIT Remote Virtual Disk Protocol [Michael_Greenwald] */
110 { IP_PROTO_IPPC, "IPPC" }, /* 67 IPPC Internet Pluribus Packet Core [Steven_Blumenthal] */
111 { 68, "any distributed file system" }, /* 68 any distributed file system [Internet_Assigned_Numbers_Authority] */
112 { IP_PROTO_SATMON, "SATNET Monitoring" }, /* 69 SAT-MON SATNET Monitoring [Steven_Blumenthal] */
113 { IP_PROTO_VISA, "VISA" }, /* 70 VISA VISA Protocol [Gene_Tsudik] */
114 { IP_PROTO_IPCV, "IPCV" }, /* 71 IPCV Internet Packet Core Utility [Steven_Blumenthal] */
115 { IP_PROTO_CPNX, "CPNX" }, /* 72 CPNX Computer Protocol Network Executive [David Mittnacht] */
116 { IP_PROTO_CPHB, "CPHB" }, /* 73 CPHB Computer Protocol Heart Beat [David Mittnacht] */
117 { IP_PROTO_WSN, "Wang Span" }, /* 74 WSN Wang Span Network [Victor Dafoulas] */
118 { IP_PROTO_PVP, "Packet Video" }, /* 75 PVP Packet Video Protocol [Steve_Casner] */
119 { IP_PROTO_BRSATMON,"Backroom SATNET Mon" }, /* 76 BR-SAT-MON Backroom SATNET Monitoring [Steven_Blumenthal] */
120 { IP_PROTO_SUNND, "Sun ND Protocol" }, /* 77 SUN-ND SUN ND PROTOCOL-Temporary [William_Melohn] */
121 { IP_PROTO_WBMON, "Wideband Mon" }, /* 78 WB-MON WIDEBAND Monitoring [Steven_Blumenthal] */
122 { IP_PROTO_WBEXPAK, "Wideband Expak" }, /* 79 WB-EXPAK WIDEBAND EXPAK [Steven_Blumenthal] */
123 { IP_PROTO_ISOIP, "ISO Internet Protocol" }, /* 80 ISO-IP ISO Internet Protocol [Marshall_T_Rose] */
124 { IP_PROTO_VMTP, "VMTP" }, /* 81 VMTP VMTP [Dave_Cheriton] */
125 { IP_PROTO_SVMTP, "Secure VMTP" }, /* 82 SECURE-VMTP SECURE-VMTP [Dave_Cheriton] */
126 { IP_PROTO_VINES, "VINES" }, /* 83 VINES VINES [Brian Horn] */
127 { IP_PROTO_TTP, "TTP" }, /* 84 TTP TTP [Jim_Stevens] */
128 { IP_PROTO_NSFNETIGP,"NSFNET IGP" }, /* 85 NSFNET-IGP NSFNET-IGP [Hans_Werner_Braun] */
129 { IP_PROTO_DGP, "Dissimilar Gateway" }, /* 86 DGP Dissimilar Gateway Protocol */
130 { IP_PROTO_TCF, "TCF" }, /* 87 TCF TCF [Guillermo_A_Loyola] */
131 { IP_PROTO_EIGRP, "EIGRP" }, /* 88 EIGRP EIGRP */
132 { IP_PROTO_OSPF, "OSPF IGP" }, /* 89 OSPFIGP OSPFIGP [RFC1583][John_Moy] */
133 { IP_PROTO_SPRITE, "Sprite RPC" }, /* 90 Sprite-RPC Sprite RPC Protocol */
134 { IP_PROTO_LARP, "Locus ARP" }, /* 91 LARP Locus Address Resolution Protocol [Brian Horn] */
135 { IP_PROTO_MTP, "Multicast Transport" }, /* 92 MTP Multicast Transport Protocol [Susie_Armstrong] */
136 { IP_PROTO_AX25, "AX.25 Frames" }, /* 93 AX.25 AX.25 Frames [Brian_Kantor] */
137 { IP_PROTO_IPINIP, "IP in IP" }, /* 94 IPIP IP-within-IP Encapsulation Protocol [John_Ioannidis] */
138 { IP_PROTO_MICP, "MICP" }, /* 95 MICP Mobile Internetworking Control Pro. [John_Ioannidis] */
139 { IP_PROTO_SCCCP, "Semaphore" }, /* 96 SCC-SP Semaphore Communications Sec. Pro. [Howard_Hart] */
140 { IP_PROTO_ETHERIP, "Ether in IP" }, /* 97 ETHERIP Ethernet-within-IP Encapsulation [RFC3378] */
141 { IP_PROTO_ENCAP, "ENCAP" }, /* 98 ENCAP Encapsulation Header [RFC1241][Robert_Woodburn] */
142 { 99, "any private encryption scheme" }, /* 99 any private encryption scheme [Internet_Assigned_Numbers_Authority] */
143 { IP_PROTO_GMTP, "GMTP" }, /* 100 GMTP GMTP [[RXB5]] */
144 { IP_PROTO_IFMP, "Ipsilon Flow" }, /* 101 IFMP Ipsilon Flow Management Protocol [Bob_Hinden][November 1995, 1997.] */
145 { IP_PROTO_PNNI, "PNNI over IP" }, /* 102 PNNI PNNI over IP [Ross_Callon] */
146 { IP_PROTO_PIM, "PIM" }, /* 103 PIM Protocol Independent Multicast [Dino_Farinacci] */
147 { IP_PROTO_ARIS, "ARIS" }, /* 104 ARIS ARIS [Nancy_Feldman] */
148 { IP_PROTO_SCPS, "SCPS" }, /* 105 SCPS SCPS [Robert_Durst] */
149 { IP_PROTO_QNX, "QNX" }, /* 106 QNX QNX [Michael_Hunter] */
150 { IP_PROTO_AN, "Active Networks" }, /* 107 A/N Active Networks [Bob_Braden] */
151 { IP_PROTO_IPCOMP, "IPComp" }, /* 108 IPComp IP Payload Compression Protocol [RFC2393] */
152 { IP_PROTO_SNP, "Sitara Networks" }, /* 109 SNP Sitara Networks Protocol [Manickam_R_Sridhar] */
153 { IP_PROTO_COMPAQ, "Compaq Peer" }, /* 110 Compaq-Peer Compaq Peer Protocol [Victor_Volpe] */
154 { IP_PROTO_IPX, "IPX IN IP" }, /* 111 IPX-in-IP IPX in IP [CJ_Lee] */
155 { IP_PROTO_VRRP, "VRRP" }, /* 112 VRRP Virtual Router Redundancy Protocol [RFC3768][RFC5798] */
156 { IP_PROTO_PGM, "PGM" }, /* 113 PGM PGM Reliable Transport Protocol [Tony_Speakman] */
157 { 114, "any 0-hop protocol" }, /* 114 any 0-hop protocol [Internet_Assigned_Numbers_Authority] */
158 { IP_PROTO_L2TP, "Layer 2 Tunneling" }, /* 115 L2TP Layer Two Tunneling Protocol [Bernard_Aboba] */
159 { IP_PROTO_DDX, "DDX" }, /* 116 DDX D-II Data Exchange (DDX) [John_Worley] */
160 { IP_PROTO_IATP, "IATP" }, /* 117 IATP Interactive Agent Transfer Protocol [John_Murphy] */
161 { IP_PROTO_STP, "STP" }, /* 118 STP Schedule Transfer Protocol [Jean_Michel_Pittet] */
162 { IP_PROTO_SRP, "SpectraLink" }, /* 119 SRP SpectraLink Radio Protocol [Mark_Hamilton] */
163 { IP_PROTO_UTI, "UTI" }, /* 120 UTI UTI [Peter_Lothberg] */
164 { IP_PROTO_SMP, "SMP" }, /* 121 SMP Simple Message Protocol [Leif_Ekblad] */
165 { IP_PROTO_SM, "SM" }, /* 122 SM SM [Jon_Crowcroft] */
166 { IP_PROTO_PTP, "PTP" }, /* 123 PTP Performance Transparency Protocol [Michael_Welzl] */
167 { IP_PROTO_ISIS, "ISIS over IP" }, /* 124 ISIS over IPv4 [Tony_Przygienda] */
168 { IP_PROTO_FIRE, "FIRE" }, /* 125 FIRE [Criag_Partridge] */
169 { IP_PROTO_CRTP, "CRTP" }, /* 126 CRTP Combat Radio Transport Protocol [Robert_Sautter] */
170 { IP_PROTO_CRUDP, "CRUDP" }, /* 127 CRUDP Combat Radio User Datagram [Robert_Sautter] */
171 { IP_PROTO_SSCOPMCE,"SSCOPMCE" }, /* 128 SSCOPMCE [Kurt_Waber] */
172 { IP_PROTO_IPLT, "IPLT" }, /* 129 IPLT [[Hollbach]] */
173 { IP_PROTO_SPS, "Secure Packet" }, /* 130 SPS Secure Packet Shield [Bill_McIntosh] */
174 { IP_PROTO_PIPE, "PIPE" }, /* 131 PIPE Private IP Encapsulation within IP [Bernhard_Petri] */
175 { IP_PROTO_SCTP, "SCTP" }, /* 132 SCTP Stream Control Transmission Protocol [Randall_R_Stewart] */
176 { IP_PROTO_FC, "Fibre Channel" }, /* 133 FC Fibre Channel [Murali_Rajagopal] */
177 { IP_PROTO_RSVPE2EI,"RSVP E2EI" }, /* 134 RSVP-E2E-IGNORE [RFC3175] */
178 { IP_PROTO_MIPV6, "Mobile IPv6" }, /* 135 Mobility Header [RFC3775] */
179 { IP_PROTO_UDPLITE, "UDPlite" }, /* 136 UDPLite [RFC3828] */
180 { IP_PROTO_MPLS_IN_IP, "MPLS in IP" }, /* 137 MPLS-in-IP [RFC4023] */
181 { IP_PROTO_MANET, "MANET" }, /* 138 manet MANET Protocols [RFC-ietf-manet-iana-07] */
182 { IP_PROTO_HIP, "HIP" }, /* 139 HIP Host Identity Protocol [RFC5201] */
183 { IP_PROTO_SHIM6, "Shim6 header" }, /* 140 Shim6 Shim6 Protocol [RFC5533] */
184 { IP_PROTO_WESP, "WESP" }, /* 141 WESP Wrapped Encapsulating Security Payload [RFC5840] */
185 { IP_PROTO_ROHC, "ROHC" }, /* 142 ROHC Robust Header Compression [RFC5858] */
186 { 143, "Unassigned" }, /* 143 Unassigned */
187 { 144, "Unassigned" }, /* 144 Unassigned */
188 { 145, "Unassigned" }, /* 145 Unassigned */
189 { 146, "Unassigned" }, /* 146 Unassigned */
190 { 147, "Unassigned" }, /* 147 Unassigned */
191 { 148, "Unassigned" }, /* 148 Unassigned */
192 { 149, "Unassigned" }, /* 149 Unassigned */
193 { 150, "Unassigned" }, /* 150 Unassigned */
194 { 151, "Unassigned" }, /* 151 Unassigned */
195 { 152, "Unassigned" }, /* 152 Unassigned */
196 { 153, "Unassigned" }, /* 153 Unassigned */
197 { 154, "Unassigned" }, /* 154 Unassigned */
198 { 155, "Unassigned" }, /* 155 Unassigned */
199 { 156, "Unassigned" }, /* 156 Unassigned */
200 { 157, "Unassigned" }, /* 157 Unassigned */
201 { 158, "Unassigned" }, /* 158 Unassigned */
202 { 159, "Unassigned" }, /* 159 Unassigned */
203 { 160, "Unassigned" }, /* 160 Unassigned */
204 { 161, "Unassigned" }, /* 161 Unassigned */
205 { 162, "Unassigned" }, /* 162 Unassigned */
206 { 163, "Unassigned" }, /* 163 Unassigned */
207 { 164, "Unassigned" }, /* 164 Unassigned */
208 { 165, "Unassigned" }, /* 165 Unassigned */
209 { 166, "Unassigned" }, /* 166 Unassigned */
210 { 167, "Unassigned" }, /* 167 Unassigned */
211 { 168, "Unassigned" }, /* 168 Unassigned */
212 { 169, "Unassigned" }, /* 169 Unassigned */
213 { 170, "Unassigned" }, /* 170 Unassigned */
214 { 171, "Unassigned" }, /* 171 Unassigned */
215 { 172, "Unassigned" }, /* 172 Unassigned */
216 { IP_PROTO_AX4000, "AX/4000 Testframe" }, /* 173 AX/4000 Testblock - non IANA */
217 { 174, "Unassigned" }, /* 174 Unassigned */
218 { 175, "Unassigned" }, /* 175 Unassigned */
219 { 176, "Unassigned" }, /* 176 Unassigned */
220 { 177, "Unassigned" }, /* 177 Unassigned */
221 { 178, "Unassigned" }, /* 178 Unassigned */
222 { 179, "Unassigned" }, /* 179 Unassigned */
223 { 180, "Unassigned" }, /* 180 Unassigned */
224 { 181, "Unassigned" }, /* 181 Unassigned */
225 { 182, "Unassigned" }, /* 182 Unassigned */
226 { 183, "Unassigned" }, /* 183 Unassigned */
227 { 184, "Unassigned" }, /* 184 Unassigned */
228 { 185, "Unassigned" }, /* 185 Unassigned */
229 { 186, "Unassigned" }, /* 186 Unassigned */
230 { 187, "Unassigned" }, /* 187 Unassigned */
231 { 188, "Unassigned" }, /* 188 Unassigned */
232 { 189, "Unassigned" }, /* 189 Unassigned */
233 { 190, "Unassigned" }, /* 190 Unassigned */
234 { 191, "Unassigned" }, /* 191 Unassigned */
235 { 192, "Unassigned" }, /* 192 Unassigned */
236 { 193, "Unassigned" }, /* 193 Unassigned */
237 { 194, "Unassigned" }, /* 194 Unassigned */
238 { 195, "Unassigned" }, /* 195 Unassigned */
239 { 196, "Unassigned" }, /* 196 Unassigned */
240 { 197, "Unassigned" }, /* 197 Unassigned */
241 { 198, "Unassigned" }, /* 198 Unassigned */
242 { 199, "Unassigned" }, /* 199 Unassigned */
243 { 200, "Unassigned" }, /* 200 Unassigned */
244 { 201, "Unassigned" }, /* 201 Unassigned */
245 { 202, "Unassigned" }, /* 202 Unassigned */
246 { 203, "Unassigned" }, /* 203 Unassigned */
247 { 204, "Unassigned" }, /* 204 Unassigned */
248 { 205, "Unassigned" }, /* 205 Unassigned */
249 { 206, "Unassigned" }, /* 206 Unassigned */
250 { 207, "Unassigned" }, /* 207 Unassigned */
251 { 208, "Unassigned" }, /* 208 Unassigned */
252 { 209, "Unassigned" }, /* 209 Unassigned */
253 { 210, "Unassigned" }, /* 210 Unassigned */
254 { 211, "Unassigned" }, /* 211 Unassigned */
255 { 212, "Unassigned" }, /* 212 Unassigned */
256 { 213, "Unassigned" }, /* 213 Unassigned */
257 { 214, "Unassigned" }, /* 214 Unassigned */
258 { 215, "Unassigned" }, /* 215 Unassigned */
259 { 216, "Unassigned" }, /* 216 Unassigned */
260 { 217, "Unassigned" }, /* 217 Unassigned */
261 { 218, "Unassigned" }, /* 218 Unassigned */
262 { 219, "Unassigned" }, /* 219 Unassigned */
263 { 220, "Unassigned" }, /* 220 Unassigned */
264 { 221, "Unassigned" }, /* 221 Unassigned */
265 { 222, "Unassigned" }, /* 222 Unassigned */
266 { 223, "Unassigned" }, /* 223 Unassigned */
267 { IP_PROTO_NCS_HEARTBEAT,"Novell NCS Heartbeat" }, /* 224 Novell NCS Heartbeat - http://support.novell.com/cgi-bin/search/searchtid.cgi?/10071158.htm */
268 { 0, NULL },
271 value_string_ext ipproto_val_ext = VALUE_STRING_EXT_INIT(ipproto_val);
273 const char *ipprotostr(const int proto) {
274 const char *s;
276 if ((s = try_val_to_str_ext(proto, &ipproto_val_ext)) != NULL)
277 return s;
279 s = "Unknown";
281 #ifdef HAVE_GETPROTOBYNUMBER
283 * XXX - have another flag for resolving network-layer
284 * protocol names?
286 if (gbl_resolv_flags.mac_name || gbl_resolv_flags.network_name ||
287 gbl_resolv_flags.transport_name || gbl_resolv_flags.concurrent_dns) {
288 static char buf[128];
289 struct protoent *pe;
291 pe = getprotobynumber(proto);
292 if (pe) {
293 g_strlcpy(buf, pe->p_name, sizeof(buf));
294 s = buf;
297 #endif
298 return s;