aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-16 20:41:17 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-16 20:41:17 +0000
commit0cf18ffba863103c89ebeaa68a9bb7bc7507190e (patch)
tree00a72eaf9f3fe4d61d3378a713cdc177556a4e8f /gtk/tcp_graph.c
parent44b6284df9e11302152c651b353ff557ff620e2f (diff)
Handle PPP with a pseudo-header.
svn path=/trunk/; revision=8486
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r--gtk/tcp_graph.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index 357d91ea1b..83982b9875 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -3,7 +3,7 @@
* By Pavel Mores <pvl@uh.cz>
* Win32 port: rwh@unifiedtech.com
*
- * $Id: tcp_graph.c,v 1.35 2003/09/15 22:17:25 guy Exp $
+ * $Id: tcp_graph.c,v 1.36 2003/09/16 20:41:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1854,6 +1854,7 @@ static int get_headers (frame_data *fd, char *pd, struct segment *hdrs)
break;
case WTAP_ENCAP_PPP:
+ case WTAP_ENCAP_PPP_WITH_PHDR:
/* It's PPP */
p = (struct ppp_header *)pd;
if (p->ppp_type != PPPTYPE_IP)