Moved int-64bit.{c,h} into epan/

svn path=/trunk/; revision=4248
This commit is contained in:
Ed Warnicke 2001-11-22 03:07:07 +00:00
parent a07ec65cce
commit b7420272e7
6 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.382 2001/11/21 02:08:56 guy Exp $
# $Id: Makefile.am,v 1.383 2001/11/22 03:07:05 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -444,8 +444,6 @@ ETHEREAL_COMMON_SRC = \
greproto.h \
in_cksum.c \
in_cksum.h \
int-64bit.c \
int-64bit.h \
ipproto.c \
ipproto.h \
llcsaps.h \

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.28 2001/11/21 23:16:23 gram Exp $
# $Id: Makefile.am,v 1.29 2001/11/22 03:07:06 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -54,6 +54,8 @@ libethereal_a_SOURCES = \
frame_data.c \
frame_data.h \
gdebug.h \
int-64bit.c \
int-64bit.h \
ipv4.c \
ipv4.h \
ipv6-utils.h \

View File

@ -1,5 +1,5 @@
/*
* $Id: ftype-bytes.c,v 1.7 2001/11/02 10:09:51 guy Exp $
* $Id: ftype-bytes.c,v 1.8 2001/11/22 03:07:07 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -28,7 +28,7 @@
#include <string.h>
#include <ctype.h>
#include "resolv.h"
#include "../../int-64bit.h"
#include "int-64bit.h"
#define ETHER_LEN 6
#define IPv6_LEN 16

View File

@ -2,7 +2,7 @@
* Routines for handling of 64-bit integers
* 2001 Ronnie Sahlberg
*
* $Id: int-64bit.c,v 1.4 2001/11/02 10:09:47 guy Exp $
* $Id: int-64bit.c,v 1.1 2001/11/22 03:07:06 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* int-64bit.h
* Handling of 64-bit integers
*
* $Id: int-64bit.h,v 1.3 2001/11/02 10:09:47 guy Exp $
* $Id: int-64bit.h,v 1.1 2001/11/22 03:07:06 hagbard Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
* $Id: proto.c,v 1.44 2001/11/21 01:01:17 guy Exp $
* $Id: proto.c,v 1.45 2001/11/22 03:07:06 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -44,7 +44,7 @@
#include "plugins.h"
#include "ipv6-utils.h"
#include "proto.h"
#include "../int-64bit.h"
#include "int-64bit.h"
#define cVALS(x) (const value_string*)(x)