Change my e-mail address to the forwarding address my *alma mater*

provides.  "Every problem in computer science can be solved by adding a
layer of indirection."

svn path=/trunk/; revision=1008
This commit is contained in:
Guy Harris 1999-11-11 08:45:34 +00:00
parent 6c10717158
commit f2b8eb42d0
6 changed files with 12 additions and 8 deletions

View File

@ -50,7 +50,7 @@ Don Lafontaine <lafont02@cn.ca> {
IGRP/EIGRP support
}
Guy Harris <guy@netapp.com> {
Guy Harris <guy@alum.mit.edu> {
DNS and NetBIOS Name Service enhancements
Bitfield decoding
IP and TCP option decoding

View File

@ -56,7 +56,7 @@ dnl "acspecific.m4" in GNU Autoconf 2.12, and turned into
dnl AC_ETHEREAL_STRUCT_SA_LEN, which checks if "struct sockaddr"
dnl has the 4.4BSD "sa_len" member, and defines HAVE_SA_LEN; that's
dnl what's in this file.
dnl Done by Guy Harris <guy@netapp.com> on 1998-11-14.
dnl Done by Guy Harris <guy@alum.mit.edu> on 1998-11-14.
dnl ### Checks for structure members

View File

@ -619,7 +619,7 @@ B<http://ethereal.zing.org>.
Bobo Rajec <bobo@bsp-consulting.sk>
Laurent Deniel <deniel@worldnet.fr>
Don Lafontaine <lafont02@cn.ca>
Guy Harris <guy@netapp.com>
Guy Harris <guy@alum.mit.edu>
Simon Wilkinson <sxw@dcs.ed.ac.uk>
Joerg Mayer <jmayer@telemation.de>
Martin Maciaszek <fastjack@i-s-o.net>

View File

@ -1,6 +1,6 @@
/* main.c
*
* $Id: main.c,v 1.33 1999/11/10 19:58:39 gram Exp $
* $Id: main.c,v 1.34 1999/11/11 08:44:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -135,7 +135,7 @@ about_ethereal( GtkWidget *w, gpointer data ) {
"Bobo Rajec <bobo@bsp-consulting.sk>\n"
"Laurent Deniel <deniel@worldnet.fr>\n"
"Don Lafontaine <lafont02@cn.ca>\n"
"Guy Harris <guy@netapp.com>\n"
"Guy Harris <guy@alum.mit.edu>\n"
"Simon Wilkinson <sxw@dcs.ed.ac.uk>\n"
"Joerg Mayer <jmayer@telemation.de>\n"
"Martin Maciaszek <fastjack@i-s-o.net>\n"
@ -567,6 +567,10 @@ tree_view_cb(GtkWidget *w, gpointer data) {
packet_hex_print(GTK_TEXT(byte_view), cf.pd, cf.current_frame->cap_len,
tree_selected_start,
tree_selected_len);
#if 0
if (tree_selected_start != -1)
gtk_editable_set_position(GTK_EDITABLE(byte_view), tree_selected_start);
#endif
gtk_text_thaw(GTK_TEXT(byte_view));
}

View File

@ -1,6 +1,6 @@
Authors
-------
Gilbert Ramirez Jr. <gram@xiexie.org>
Guy Harris <guy@netapp.com>
Guy Harris <guy@alum.mit.edu>
Olivier Abad <abad@daba.dhis.org>
Gerald Combs <gerald@zing.org>

View File

@ -1,4 +1,4 @@
$Id: README,v 1.17 1999/10/31 17:46:05 gram Exp $
$Id: README,v 1.18 1999/11/11 08:45:34 guy Exp $
Wiretap is a library that is being developed as a future replacement for
libpcap, the current standard Unix library for packet capturing. Libpcap is
@ -114,4 +114,4 @@ You save this hex dump to disk with 'script' or by 'telnet | tee'. Wiretap will
read the ASCII hex dump and convert it to binary data.
Gilbert Ramirez <gram@xiexie.org>
Guy Harris <guy@netapp.com>
Guy Harris <guy@alum.mit.edu>