> 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?
Powered by MHonArc 2.6.10