GSM SMS: follow-up of gd65b7d5
[metze/wireshark/wip.git] / epan / time_fmt.h
index d6aadd5cf27d424072e189e86eef795e1ef8ef58..a146e0f3b8aa905611102af6c4c1fa1e6c3a44b3 100644 (file)
@@ -1,8 +1,6 @@
 /* time_fmt.h
  * Definitions for various time display formats.
  *
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
@@ -19,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef __TIME_FMT_H__
@@ -41,7 +39,7 @@ typedef enum {
  * Display format of an absolute-time time stamp.
  */
 typedef enum {
-       /* Start at 1000 to avoid duplicating the values used in base_display_e */
+       /* Start at 1000 to avoid duplicating the values used in field_display_e */
        ABSOLUTE_TIME_LOCAL = 1000,     /* local time in our time zone, with month and day */
        ABSOLUTE_TIME_UTC,      /* UTC, with month and day */
        ABSOLUTE_TIME_DOY_UTC   /* UTC, with 1-origin day-of-year */