--- packet-wsp.c@rev=HEAD	2003-11-07 13:10:09.524708600 +0100
+++ packet-wsp.c	2003-11-06 23:10:56.958716800 +0100
@@ -1286,6 +1286,8 @@
 static guint32 wkh_x_wap_security (proto_tree *tree, tvbuff_t *tvb,
 		guint32 hdr_start);
 /* Text */
+static guint32 wkh_content_base (proto_tree *tree, tvbuff_t *tvb,
+		guint32 hdr_start);
 static guint32 wkh_content_location (proto_tree *tree, tvbuff_t *tvb,
 		guint32 hdr_start);
 static guint32 wkh_etag (proto_tree *tree, tvbuff_t *tvb,
@@ -1399,8 +1401,6 @@
 
 
 /* TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO
-static guint32 wkh_content_base (proto_tree *tree, tvbuff_t *tvb,
-		guint32 hdr_start);
 static guint32 wkh_retry_after (proto_tree *tree, tvbuff_t *tvb,
 		guint32 hdr_start);
 static guint32 wkh_profile_diff (proto_tree *tree, tvbuff_t *tvb,
@@ -1492,7 +1492,7 @@
 	/* 0x04 */	wkh_accept_ranges,		/* 0x05 */	wkh_age,
 	/* 0x06 */	wkh_allow,				/* 0x07 */	wkh_authorization,
 	/* 0x08 */	wkh_cache_control,		/* 0x09 */	wkh_connection,
-	/* 0x0A */	wkh_default,			/* 0x0B */	wkh_content_encoding,
+	/* 0x0A */	wkh_content_base,		/* 0x0B */	wkh_content_encoding,
 	/* 0x0C */	wkh_content_language,	/* 0x0D */	wkh_content_length,
 	/* 0x0E */	wkh_content_location,	/* 0x0F */	wkh_content_md5,
 	/* 0x10 */	wkh_content_range,		/* 0x11 */	wkh_content_type,
@@ -2583,6 +2583,7 @@
 }
 
 /* Text-only headers: */
+wkh_text_header(content_base, "Content-Base")
 wkh_text_header(content_location, "Content-Location")
 wkh_text_header(etag, "ETag")
 wkh_text_header(from, "From")
@@ -5728,6 +5729,13 @@
 				"WSP header Connection", HFILL
 			}
 		},
+		{ &hf_hdr_content_base,
+			{	"Content-Base",
+				"wsp.hdr.content_base",
+				FT_STRING, BASE_NONE, NULL, 0x00,
+				"WSP header Content-Base", HFILL
+			}
+		},
 		{ &hf_hdr_content_encoding,
 			{	"Content-Encoding",
 				"wsp.hdr.content_encoding",
