Ethereal-dev: Re: [ethereal-dev] Packet-icq.c update

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 4 Nov 1999 16:49:33 -0800 (PST)
> diff -c -r1.40 packet-tcp.c
> *** packet-tcp.c	1999/11/02 07:04:46	1.40
> --- packet-tcp.c	1999/11/04 21:51:44
> ***************
> *** 495,501 ****
>         pi.match_port = TCP_PORT_PPTP;
>         dissect_pptp(pd, offset, fd, tree);
>       } else if (PORT_IS(TCP_PORT_HTTP) || PORT_IS(TCP_ALT_PORT_HTTP)
> !             || PORT_IS(631))
>         dissect_http(pd, offset, fd, tree);
>       else if (PORT_IS(TCP_PORT_NBSS)) {
>         pi.match_port = TCP_PORT_NBSS;
> --- 495,501 ----
>         pi.match_port = TCP_PORT_PPTP;
>         dissect_pptp(pd, offset, fd, tree);
>       } else if (PORT_IS(TCP_PORT_HTTP) || PORT_IS(TCP_ALT_PORT_HTTP)
> !             || PORT_IS(631) || PORT_IS(800))
>         dissect_http(pd, offset, fd, tree);
>       else if (PORT_IS(TCP_PORT_NBSS)) {
>         pi.match_port = TCP_PORT_NBSS;

What's on port 800?