221 extern void interpret_pmap(int, int, int, int, int, char *, int);
222 extern int interpret_reserved(int, int, in_port_t, in_port_t, char *, int);
223 extern void interpret_rquota(int, int, int, int, int, char *, int);
224 extern void interpret_rstat(int, int, int, int, int, char *, int);
225 extern void interpret_solarnet_fw(int, int, int, int, int, char *, int);
226 extern void interpret_ldap(int, char *, int, int, int);
227 extern void interpret_icmp(int, struct icmp *, int, int);
228 extern void interpret_icmpv6(int, icmp6_t *, int, int);
229 extern int interpret_ip(int, const struct ip *, int);
230 extern int interpret_ipv6(int, const ip6_t *, int);
231 extern int interpret_ppp(int, uchar_t *, int);
232 extern int interpret_pppoe(int, poep_t *, int);
233 struct tcphdr;
234 extern int interpret_tcp(int, struct tcphdr *, int, int);
235 struct udphdr;
236 extern int interpret_udp(int, struct udphdr *, int, int);
237 extern int interpret_esp(int, uint8_t *, int, int);
238 extern int interpret_ah(int, uint8_t *, int, int);
239 struct sctp_hdr;
240 extern void interpret_sctp(int, struct sctp_hdr *, int, int);
241 extern void interpret_mip_cntrlmsg(int, uchar_t *, int);
242 struct dhcp;
243 extern int interpret_dhcp(int, struct dhcp *, int);
244 extern int interpret_dhcpv6(int, const uint8_t *, int);
245 struct tftphdr;
246 extern int interpret_tftp(int, struct tftphdr *, int);
247 extern int interpret_http(int, char *, int);
248 struct ntpdata;
249 extern int interpret_ntp(int, struct ntpdata *, int);
250 extern void interpret_netbios_ns(int, uchar_t *, int);
251 extern void interpret_netbios_datagram(int, uchar_t *, int);
252 extern void interpret_netbios_ses(int, uchar_t *, int);
253 extern void interpret_slp(int, char *, int);
254 struct rip;
255 extern int interpret_rip(int, struct rip *, int);
256 struct rip6;
257 extern int interpret_rip6(int, struct rip6 *, int);
258 extern int interpret_socks_call(int, char *, int);
259 extern int interpret_socks_reply(int, char *, int);
260 extern int interpret_trill(int, struct ether_header **, char *, int *);
|
221 extern void interpret_pmap(int, int, int, int, int, char *, int);
222 extern int interpret_reserved(int, int, in_port_t, in_port_t, char *, int);
223 extern void interpret_rquota(int, int, int, int, int, char *, int);
224 extern void interpret_rstat(int, int, int, int, int, char *, int);
225 extern void interpret_solarnet_fw(int, int, int, int, int, char *, int);
226 extern void interpret_ldap(int, char *, int, int, int);
227 extern void interpret_icmp(int, struct icmp *, int, int);
228 extern void interpret_icmpv6(int, icmp6_t *, int, int);
229 extern int interpret_ip(int, const struct ip *, int);
230 extern int interpret_ipv6(int, const ip6_t *, int);
231 extern int interpret_ppp(int, uchar_t *, int);
232 extern int interpret_pppoe(int, poep_t *, int);
233 struct tcphdr;
234 extern int interpret_tcp(int, struct tcphdr *, int, int);
235 struct udphdr;
236 extern int interpret_udp(int, struct udphdr *, int, int);
237 extern int interpret_esp(int, uint8_t *, int, int);
238 extern int interpret_ah(int, uint8_t *, int, int);
239 struct sctp_hdr;
240 extern void interpret_sctp(int, struct sctp_hdr *, int, int);
241 struct dccphdr;
242 extern int interpret_dccp(int, struct dccphdr *, int, int);
243 extern void interpret_mip_cntrlmsg(int, uchar_t *, int);
244 struct dhcp;
245 extern int interpret_dhcp(int, struct dhcp *, int);
246 extern int interpret_dhcpv6(int, const uint8_t *, int);
247 struct tftphdr;
248 extern int interpret_tftp(int, struct tftphdr *, int);
249 extern int interpret_http(int, char *, int);
250 struct ntpdata;
251 extern int interpret_ntp(int, struct ntpdata *, int);
252 extern void interpret_netbios_ns(int, uchar_t *, int);
253 extern void interpret_netbios_datagram(int, uchar_t *, int);
254 extern void interpret_netbios_ses(int, uchar_t *, int);
255 extern void interpret_slp(int, char *, int);
256 struct rip;
257 extern int interpret_rip(int, struct rip *, int);
258 struct rip6;
259 extern int interpret_rip6(int, struct rip6 *, int);
260 extern int interpret_socks_call(int, char *, int);
261 extern int interpret_socks_reply(int, char *, int);
262 extern int interpret_trill(int, struct ether_header **, char *, int *);
|