aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-09-22 10:00:40 +0000
committerJörg Mayer <jmayer@loplof.de>2005-09-22 10:00:40 +0000
commit41911c041ade31d6ec2ffbbdf844173b7cd1d7b7 (patch)
tree640b1fd23fd59e8c9961cf1e7ba15cbd99ce7d50 /epan
parentc64775e7543412d3451bfcf5a33d50f0e514942e (diff)
Add a comment on packets with opcode 3
svn path=/trunk/; revision=15956
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-hsrp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-hsrp.c b/epan/dissectors/packet-hsrp.c
index 62f20e1f8b..9955c69cee 100644
--- a/epan/dissectors/packet-hsrp.c
+++ b/epan/dissectors/packet-hsrp.c
@@ -27,6 +27,12 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/* TODO: Looks like there is some new opcode 3, which has a different
+ * packet layout. For some discussion on the new type, see
+ * http://www.atm.tut.fi/list-archive/cisco-nsp/msg08882.html
+ */
+
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif