aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-07-10 10:10:40 +0000
committerGuy Harris <guy@alum.mit.edu>2005-07-10 10:10:40 +0000
commit47e79c4961c554061d57bc65813adfc2a39c2b7f (patch)
tree6608f29ee0eee586e48858c265c9eb039d62009f /gtk/tcp_graph.c
parent79beab421d2e1db21dbe856e141df346b22d7a09 (diff)
Fix some comment typos.
Don't regenerate the packet list when generating the TCP stream graph - it won't be changing; just redissect and run the tap. svn path=/trunk/; revision=14894
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r--gtk/tcp_graph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index 1e087e6d26..ddaacc3e60 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -1824,7 +1824,7 @@ static void graph_segment_list_get (struct graph *g)
ts.direction = COMPARE_ANY_DIR;
/* rescan all the packets and pick up all interesting tcp headers.
- * we only fitler for TCP here for speed and do teh actual compare
+ * we only filter for TCP here for speed and do the actual compare
* in the tap listener
*/
ts.current=&current;
@@ -1837,7 +1837,7 @@ static void graph_segment_list_get (struct graph *g)
g_string_free(error_string, TRUE);
exit(1);
}
- cf_redissect_packets(&cfile);
+ cf_retap_packets(&cfile);
remove_tap_listener(&ts);
}