aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-05-09 12:10:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-05-09 12:10:06 +0000
commit9625720a39eddda6ef4c34725fe8017160cf05d9 (patch)
treea141840ab1b12c4c9008d2effab31ea17a58c265 /epan
parenta0c1d24f5f00bd8348014da08ecf7fb342fe76d5 (diff)
downloadwireshark-9625720a39eddda6ef4c34725fe8017160cf05d9.tar.gz
wireshark-9625720a39eddda6ef4c34725fe8017160cf05d9.tar.bz2
wireshark-9625720a39eddda6ef4c34725fe8017160cf05d9.zip
Added parsing of PORTMAP GETPORT functions.
When we see PRTOMAP GETPORT calls for UDP, make sure all further UDP packets to or from this port goes to the ONC-RPC dissector regardless of the port on the other side. We need this because if there is ONC-RPC traffic going between the ONC-RPC Program port to a port which has a normal ethereal dissector, ethereal would dissect the traffic as the protocol associated with the other port instead. svn path=/trunk/; revision=5430
Diffstat (limited to 'epan')
-rw-r--r--epan/conversation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/conversation.c b/epan/conversation.c
index 7c74dadfe3..b0a6c3c96e 100644
--- a/epan/conversation.c
+++ b/epan/conversation.c
@@ -1,7 +1,7 @@
/* conversation.c
* Routines for building lists of packets that are part of a "conversation"
*
- * $Id: conversation.c,v 1.17 2001/11/29 09:05:25 guy Exp $
+ * $Id: conversation.c,v 1.18 2002/05/09 12:10:06 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -775,7 +775,7 @@ find_conversation(address *addr_a, address *addr_b, port_type ptype,
* one address/port pair.
*
* First try looking for a conversation with the specified address A
- * and port B as the first address and port.
+ * and port A as the first address and port.
* (Neither "addr_b" nor "port_b" take part in this lookup.)
*/
conversation =