diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-10-08 08:26:31 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-10-08 08:26:31 +0000 |
commit | bbd6688e1e7bca3f97ddc8c1b8d513b5ca5e9b29 (patch) | |
tree | ee0857149878ab88f8fb0028ea926229f78919e7 /plugins | |
parent | 59ae995a27e1d0178c3ad402037ad1f55ceb927a (diff) | |
download | wireshark-bbd6688e1e7bca3f97ddc8c1b8d513b5ca5e9b29.tar.gz wireshark-bbd6688e1e7bca3f97ddc8c1b8d513b5ca5e9b29.tar.bz2 wireshark-bbd6688e1e7bca3f97ddc8c1b8d513b5ca5e9b29.zip |
Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCP
RFC, and has nothing to do with PCLI.
svn path=/trunk/; revision=6375
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pcli/packet-pcli.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/pcli/packet-pcli.c b/plugins/pcli/packet-pcli.c index 712c4bb561..c4c1eadb6d 100644 --- a/plugins/pcli/packet-pcli.c +++ b/plugins/pcli/packet-pcli.c @@ -1,8 +1,7 @@ /* packet-pcli.c - * Routines for Packet Cable Lawful Intercept packet disassembly - * RFC 2705 + * Routines for Packet Cable Lawful Intercept packet disassembly * - * $Id: packet-pcli.c,v 1.1 2002/10/03 02:56:59 hagbard Exp $ + * $Id: packet-pcli.c,v 1.2 2002/10/08 08:26:31 guy Exp $ * * Copyright (c) 2000 by Ed Warnicke <hagbard@physics.rutgers.edu> * |