aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-30 01:01:02 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-30 01:01:02 +0000
commit5602f5bb833647428967edbc5b1e99bf865646f0 (patch)
treeed2fe5de1d2a6b127f90d567fa0f4d98d5f4717d /epan/dissectors/packet-dnp.c
parent29060b1082fcf7afa4652c78df48c70e3cda4d8f (diff)
Make some funtions static. More char -> const char warning fixes
svn path=/trunk/; revision=15146
Diffstat (limited to 'epan/dissectors/packet-dnp.c')
-rw-r--r--epan/dissectors/packet-dnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dnp.c b/epan/dissectors/packet-dnp.c
index 1e33594703..f0c433b65d 100644
--- a/epan/dissectors/packet-dnp.c
+++ b/epan/dissectors/packet-dnp.c
@@ -1106,7 +1106,7 @@ dnp3_al_obj_quality(tvbuff_t *tvb, int offset, guint8 al_ptflags, proto_item *t_
/* Final hex no. should be: 0xAABBCCDDEEFF */
/* Epoch time + ms. dd:mm:yyyy hh:mm:ss.iii */
/**********************************************************************/
-char *
+static char *
dnp3_al_decode_timestamp(tvbuff_t *tvb, int temp_pos, char* buff)
{