diff options
author | Richard Sharpe <sharpe@ns.aus.com> | 2001-08-13 00:56:18 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@ns.aus.com> | 2001-08-13 00:56:18 +0000 |
commit | 689a4460df782abf78e21efcf105aecc85ac943f (patch) | |
tree | 79d9f36cf5f1abca775b6067f53bf87b7f4b2cdb /packet-gtp.c | |
parent | 8e23078d1b4a38eb3e855b3707c4833cc2231c7e (diff) | |
download | wireshark-689a4460df782abf78e21efcf105aecc85ac943f.tar.gz wireshark-689a4460df782abf78e21efcf105aecc85ac943f.tar.bz2 wireshark-689a4460df782abf78e21efcf105aecc85ac943f.zip |
Change all occurrencess of routeing to routing, even in comments. I respected
capitalization, however.
svn path=/trunk/; revision=3844
Diffstat (limited to 'packet-gtp.c')
-rw-r--r-- | packet-gtp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-gtp.c b/packet-gtp.c index 9580413ed5..094b1801b5 100644 --- a/packet-gtp.c +++ b/packet-gtp.c @@ -2,7 +2,7 @@ * Routines for GTP dissection * Copyright 2001, Michal Melerowicz <michal.melerowicz@nokia.com> * - * $Id: packet-gtp.c,v 1.6 2001/06/18 02:17:46 guy Exp $ + * $Id: packet-gtp.c,v 1.7 2001/08/13 00:56:18 sharpe Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -302,7 +302,7 @@ static const value_string message_type[] = { static const value_string gtp_ext_val[] = { { GTP_EXT_CAUSE, "Cause of operation" }, { GTP_EXT_IMSI, "IMSI" }, - { GTP_EXT_RAI, "Routeing Area Identity" }, + { GTP_EXT_RAI, "Routing Area Identity" }, { GTP_EXT_TLLI, "Temporary Logical Link Identity" }, { GTP_EXT_PTMSI, "Packet TMSI" }, { GTP_EXT_QOS, "Quality of Service" }, |