summaryrefslogtreecommitdiff
path: root/epan/time_fmt.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-02-27 21:41:12 +0000
committerGuy Harris <guy@alum.mit.edu>2010-02-27 21:41:12 +0000
commitadde80ad43289e8f6213f41747c00147f8e89db1 (patch)
tree006e0a6e10db46abfd45d3048ef0de15b0d51c1f /epan/time_fmt.h
parent0c12762330296b3534903a7c5d781a8c914ab242 (diff)
downloadwireshark-adde80ad43289e8f6213f41747c00147f8e89db1.tar.gz
From Jakub Zawadzki: split off the address-to-string functions, except
for ip_to_str_buf(), into address_to_str.c. Fix up the SVN attributes for time_fmt.h while we're at it. svn path=/trunk/; revision=32038
Diffstat (limited to 'epan/time_fmt.h')
-rw-r--r--epan/time_fmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/time_fmt.h b/epan/time_fmt.h
index a7b1d57d09..d8bf151be3 100644
--- a/epan/time_fmt.h
+++ b/epan/time_fmt.h
@@ -1,7 +1,7 @@
/* time_fmt.h
* Definitions for various time display formats.
*
- * $Id: to_str.h 31967 2010-02-23 19:28:38Z etxrab $
+ * $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>