diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-05-28 19:49:07 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-05-28 19:49:07 +0000 |
commit | 996d4db495e60df8a627097e3885acdce209132c (patch) | |
tree | 31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/dissectors/packet-ajp13.c | |
parent | 5db0c85982c837278fb397d53233303cd0eaf8e3 (diff) | |
download | wireshark-996d4db495e60df8a627097e3885acdce209132c.tar.gz wireshark-996d4db495e60df8a627097e3885acdce209132c.tar.bz2 wireshark-996d4db495e60df8a627097e3885acdce209132c.zip |
Ethereal->Wireshark
svn path=/trunk/; revision=18234
Diffstat (limited to 'epan/dissectors/packet-ajp13.c')
-rw-r--r-- | epan/dissectors/packet-ajp13.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ajp13.c b/epan/dissectors/packet-ajp13.c index cbaa742be0..0f1ec4d39d 100644 --- a/epan/dissectors/packet-ajp13.c +++ b/epan/dissectors/packet-ajp13.c @@ -57,7 +57,7 @@ * state" that records context-sensitive stuff like "was there a * content-length in the previous request". During this first pass * through the data, the "tree" parameter might be null, or not. For - * the regular gui-based ethereal, it's null, which means we don't + * the regular gui-based Wireshark, it's null, which means we don't * actually display the dissected data in the gui quite yet. For the * text based interface, we might do the parsing and display both in * this first pass. @@ -100,7 +100,7 @@ * (0.9.4+) versions of wireshark provide the "tcp_dissect_pdus()" * function that takes care of much of the work. See the comments in * packet-tcp.c, the example code in packet-dns.c, or check the - * ethereal-dev archives for details. + * wireshark-dev archives for details. * * 3) Wireshark isn't guaranteed to see all the data. I'm a little * unclear on all the possible failure modes, but it comes down to: a) |