aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sip.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-05-04 21:12:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-05-04 21:12:24 +0000
commit4b4298b6fd620a9f011c14e36eea3c8c2f2fd2bb (patch)
tree4e4b8320860369e56451c7ddbda54f15d6d31810 /packet-sip.c
parent70e4f7ff877102272ba2bc982cd0b41c53b302eb (diff)
Fixed a copy-paste error
svn path=/trunk/; revision=10797
Diffstat (limited to 'packet-sip.c')
-rw-r--r--packet-sip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-sip.c b/packet-sip.c
index da36e85f34..b52ef88c28 100644
--- a/packet-sip.c
+++ b/packet-sip.c
@@ -18,7 +18,7 @@
* Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi>
* Copyright 2001, Jean-Francois Mule <jfm@cablelabs.com>
*
- * $Id: packet-sip.c,v 1.66 2004/05/01 14:19:21 etxrab Exp $
+ * $Id: packet-sip.c,v 1.67 2004/05/04 21:12:24 etxrab Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1466,12 +1466,12 @@ void proto_register_sip(void)
"SIP Status-Line", HFILL }
},
{ &hf_sip_to_addr,
- { "SIP to address", "sip.from_addr",
+ { "SIP to address", "sip.to_addr",
FT_STRING, BASE_NONE,NULL,0x0,
"RFC 3261: from addr", HFILL }
},
{ &hf_sip_from_addr,
- { "SIP from address", "sip.to_addr",
+ { "SIP from address", "sip.from_addr",
FT_STRING, BASE_NONE,NULL,0x0,
"RFC 3261: to addr", HFILL }
},