aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vj.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-24 22:21:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-24 22:21:23 +0000
commit51e5b507dd824ee5cbc700dabc7a4579f8530b98 (patch)
tree1dc72e05c6b3a187748098d683899545821b7dbe /epan/dissectors/packet-vj.c
parent9211620dc44e1056ba678ac65663c2038f4c2d5d (diff)
Note the RFC that describes VJ compression.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12829 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-vj.c')
-rw-r--r--epan/dissectors/packet-vj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vj.c b/epan/dissectors/packet-vj.c
index 015478816e..9bd3e3d677 100644
--- a/epan/dissectors/packet-vj.c
+++ b/epan/dissectors/packet-vj.c
@@ -1,5 +1,5 @@
/* packet-vj.c
- * Routines for Van Jacobson header decompression.
+ * Routines for Van Jacobson header decompression. (See RFC 1144.)
*
* $Id$
*