summaryrefslogtreecommitdiff
path: root/epan/ipproto.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-02 15:18:03 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-02 15:18:03 +0000
commitd32b4c0758a882eec5ebe21eef545ba19572e09d (patch)
treee436a37f3b44b4a32442fadf334ff9b1280130a3 /epan/ipproto.c
parent049f9eac856bba91850332e90033be56dfa87f37 (diff)
downloadwireshark-d32b4c0758a882eec5ebe21eef545ba19572e09d.tar.gz
Revert SVN #32360 until Windows compilation errors corrected.
svn path=/trunk/; revision=32361
Diffstat (limited to 'epan/ipproto.c')
-rw-r--r--epan/ipproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ipproto.c b/epan/ipproto.c
index c48b44972d..289530f088 100644
--- a/epan/ipproto.c
+++ b/epan/ipproto.c
@@ -187,7 +187,7 @@ const value_string ipproto_val[] = {
{ 0, NULL },
};
-const char *ipprotostr(const int proto) {
+const char *ipprotostr(int proto) {
const char *s;
if ((s = match_strval(proto, ipproto_val)) != NULL)