diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2002-04-08 20:30:56 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2002-04-08 20:30:56 +0000 |
commit | 5c10ad55a8279e6288863553d8572cadbb738a22 (patch) | |
tree | f857c4d8ef07eb660634c128fc5a8f5e8fff8dea /packet-ldp.c | |
parent | e937593bb85bdefaf14368e693754192765818f0 (diff) | |
download | wireshark-5c10ad55a8279e6288863553d8572cadbb738a22.tar.gz wireshark-5c10ad55a8279e6288863553d8572cadbb738a22.tar.bz2 wireshark-5c10ad55a8279e6288863553d8572cadbb738a22.zip |
More static-ization.
svn path=/trunk/; revision=5131
Diffstat (limited to 'packet-ldp.c')
-rw-r--r-- | packet-ldp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ldp.c b/packet-ldp.c index 72c7b45803..131948a3e0 100644 --- a/packet-ldp.c +++ b/packet-ldp.c @@ -1,7 +1,7 @@ /* packet-ldp.c * Routines for LDP (RFC 3036) packet disassembly * - * $Id: packet-ldp.c,v 1.31 2002/04/02 01:32:46 guy Exp $ + * $Id: packet-ldp.c,v 1.32 2002/04/08 20:30:52 gram Exp $ * * Copyright (c) November 2000 by Richard Sharpe <rsharpe@ns.aus.com> * @@ -431,7 +431,7 @@ static const value_string tlv_status_data[] = { /* Dissect FEC TLV */ -void +static void dissect_tlv_fec(tvbuff_t *tvb, guint offset, proto_tree *tree, int rem) { proto_tree *ti=NULL, *val_tree=NULL, *fec_tree=NULL, *vcintparam_tree=NULL; |