aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcep.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-18 20:48:49 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-18 20:48:49 +0000
commit21014c20394aa4c7592ce10e0cb3bee9c494b7af (patch)
tree425e9208f00675e484b9291c86b946b8cc977df9 /epan/dissectors/packet-pcep.c
parent4f1afc8557a820f994a35946c678d1b281dcbf6d (diff)
From Roberto Morro via bug #5701: Change the PCEP dissector's port
from 1010 to the IANA assigned value of 4189. From me: Add RFC 5440 to the list of references. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36004 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-pcep.c')
-rw-r--r--epan/dissectors/packet-pcep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-pcep.c b/epan/dissectors/packet-pcep.c
index 98d34bf3b3..b4738ea32a 100644
--- a/epan/dissectors/packet-pcep.c
+++ b/epan/dissectors/packet-pcep.c
@@ -2,7 +2,7 @@
* Routines for PCEP packet disassembly
* draft-ietf-pce-pcep-09
* draft-ietf-pce-pcep-xro-02
- * See also RFC 4655, RFC 4657, RFC 5520 and RFC 5541
+ * See also RFC 4655, RFC 4657, RFC 5520, RFC 5440 and RFC 5541
*
* (c) Copyright 2007 Silvia Cristina Tejedor <silviacristina.tejedor@gmail.com>
*
@@ -169,7 +169,8 @@
#define Mask_L 0x80
#define Mask_Type 0x7f
-#define TCP_PORT_PCEP 1010
+/* RFC 5440 */
+#define TCP_PORT_PCEP 4189
#define IPv4 1
#define IPv6 2