obnox/wireshark/wip.git
19 years agoFrom Jelmer Vernooij: get rid of some unused tables.
guy [Fri, 17 Sep 2004 09:37:14 +0000 (09:37 +0000)]
From Jelmer Vernooij: get rid of some unused tables.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12030 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoNote that declarations in the middle of a block aren't supported by all
guy [Fri, 17 Sep 2004 09:32:53 +0000 (09:32 +0000)]
Note that declarations in the middle of a block aren't supported by all
compilers, and thus shouldn't be used.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12029 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofrom Thomas Boehne: don't put code before a declaration - that's a
guy [Fri, 17 Sep 2004 09:30:41 +0000 (09:30 +0000)]
from Thomas Boehne: don't put code before a declaration - that's a
GCCism.

De-@ify Marten Svantesson's e-mail address.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12028 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoIP addresses are always big-endian.
guy [Fri, 17 Sep 2004 09:05:03 +0000 (09:05 +0000)]
IP addresses are always big-endian.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12027 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agonew protocol : Kerberos v4
sahlberg [Fri, 17 Sep 2004 08:43:03 +0000 (08:43 +0000)]
new protocol : Kerberos v4

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12026 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoget rid of some compiler warnings
sahlberg [Fri, 17 Sep 2004 08:12:21 +0000 (08:12 +0000)]
get rid of some compiler warnings

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12025 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoget rid of some compiler warnings for pkinit
sahlberg [Fri, 17 Sep 2004 08:11:30 +0000 (08:11 +0000)]
get rid of some compiler warnings for pkinit

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12024 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFALSE, not TRUE, means big-endian in a "proto_tree_add_item()" call.
guy [Fri, 17 Sep 2004 08:10:12 +0000 (08:10 +0000)]
FALSE, not TRUE, means big-endian in a "proto_tree_add_item()" call.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12023 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Jelmer Vernooij:
guy [Fri, 17 Sep 2004 02:02:04 +0000 (02:02 +0000)]
From Jelmer Vernooij:

- Support for more generic TLV's
- Support for two more SNAC families: email and sst
- Support for extended status (as used by iChat)
- Use correct TLV in SSI RightsInfo
- Dissect and handle FNAC flags field correctly

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12022 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofirst steps towards using the User's Guide as Ethereal's help system
ulfl [Thu, 16 Sep 2004 22:07:03 +0000 (22:07 +0000)]
first steps towards using the User's Guide as Ethereal's help system

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12021 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoThe list of protocols should be sorted in a case-insensitive fashion, so
guy [Thu, 16 Sep 2004 21:30:51 +0000 (21:30 +0000)]
The list of protocols should be sorted in a case-insensitive fashion, so
giFT, iSCSI, and iSNS don't show up at the end.  Protocol short names
are ASCII, so just use "g_ascii_strcasecmp()".

Clean up white space.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12020 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoExport the "proto_tree_add_float" routines, and the routines to get IEEE
guy [Thu, 16 Sep 2004 19:33:18 +0000 (19:33 +0000)]
Export the "proto_tree_add_float" routines, and the routines to get IEEE
float and double values from a tvbuff.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12019 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoExport the "proto_tree_add_float" routines, and the routines to get IEEE
guy [Thu, 16 Sep 2004 19:32:09 +0000 (19:32 +0000)]
Export the "proto_tree_add_float" routines, and the routines to get IEEE
float and double values from a tvbuff.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12018 f5534014-38df-0310-8fa8-9805f1628bb7

19 years ago"Tali" -> "TALI".
guy [Thu, 16 Sep 2004 19:23:33 +0000 (19:23 +0000)]
"Tali" -> "TALI".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12017 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Viorel Suman: TALI (RFC 3094) support.
guy [Thu, 16 Sep 2004 19:17:42 +0000 (19:17 +0000)]
From Viorel Suman: TALI (RFC 3094) support.

ATify Luca Deri's e-mail address.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12016 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoJust returning from a dissector without dissecting anything is rude;
guy [Thu, 16 Sep 2004 17:52:16 +0000 (17:52 +0000)]
Just returning from a dissector without dissecting anything is rude;
make the dissectors "new-style" dissectors and return 0 for packets that
don't look like iSNS.  Do this *before* doing TCP reassembly - once
you've done reassembly, it's too late.

Don't set the columns in the main dissector routines - it's also done in
the PDU dissector, which is sufficient.  Set the protocol column to
"iSNS", not "isns".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12015 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd new dissectors to build process
sahlberg [Thu, 16 Sep 2004 09:01:20 +0000 (09:01 +0000)]
add new dissectors to build process

update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12014 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agonew protocol PKIX1EXPLICIT
sahlberg [Thu, 16 Sep 2004 08:58:28 +0000 (08:58 +0000)]
new protocol PKIX1EXPLICIT

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12013 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd new protocol PKIX1IMPLICIT
sahlberg [Thu, 16 Sep 2004 08:57:23 +0000 (08:57 +0000)]
add new protocol PKIX1IMPLICIT

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12012 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd PKINIT protocol
sahlberg [Thu, 16 Sep 2004 08:55:33 +0000 (08:55 +0000)]
add PKINIT protocol

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12011 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoupdate to X509AF to prepare for PKINIT
sahlberg [Thu, 16 Sep 2004 08:32:52 +0000 (08:32 +0000)]
update to X509AF to prepare for PKINIT

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12010 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoUpdate to CMD to prepare for PKINIT support
sahlberg [Thu, 16 Sep 2004 08:31:01 +0000 (08:31 +0000)]
Update to CMD to prepare for PKINIT support

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12009 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoupdate version numbers
ulfl [Wed, 15 Sep 2004 22:33:16 +0000 (22:33 +0000)]
update version numbers

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12008 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded the "Capture/Interfaces" menu item to the screenshot
ulfl [Wed, 15 Sep 2004 21:56:12 +0000 (21:56 +0000)]
added the "Capture/Interfaces" menu item to the screenshot

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12007 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofix a section id to match common naming styles
ulfl [Wed, 15 Sep 2004 21:36:51 +0000 (21:36 +0000)]
fix a section id to match common naming styles

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12006 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofix a DTD problem
ulfl [Wed, 15 Sep 2004 21:35:58 +0000 (21:35 +0000)]
fix a DTD problem

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12005 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded capinfo tool section
ulfl [Wed, 15 Sep 2004 21:32:20 +0000 (21:32 +0000)]
added capinfo tool section

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12004 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd some info to the merge section
ulfl [Wed, 15 Sep 2004 21:13:16 +0000 (21:13 +0000)]
add some info to the merge section

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12003 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoclarify "Running Capture" section title
ulfl [Wed, 15 Sep 2004 21:12:29 +0000 (21:12 +0000)]
clarify "Running Capture" section title

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12002 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd a link from the capture filter to the tcpdump manpage
ulfl [Wed, 15 Sep 2004 20:55:51 +0000 (20:55 +0000)]
add a link from the capture filter to the tcpdump manpage

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12001 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd the "IP address" field to the capture options dialog.
ulfl [Wed, 15 Sep 2004 20:48:24 +0000 (20:48 +0000)]
add the "IP address" field to the capture options dialog.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12000 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd the new "capture interfaces" dialog box
ulfl [Wed, 15 Sep 2004 20:28:39 +0000 (20:28 +0000)]
add the new "capture interfaces" dialog box

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11999 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Martin Mathieson:
etxrab [Wed, 15 Sep 2004 20:08:30 +0000 (20:08 +0000)]
From Martin Mathieson:
 I've written this patch to use the 'Delay since last SR' (DLSR) field found
in SR reports to calculate and report roundtrip-propagation delays.  This is
described in rfc 3550, section 6.4.1, inside the description of DLSR.

Only the endpoint can compute the end-end roundtrip delay, and only they
know exactly when the report is received and can compare it with the 'Last
SR timestamp' (LSR) that they set.  This patch instead takes the difference
between the capture times of the 2 reports and subtracts the DLSR (the LSR
is checked in case the SR it's referring to wasn't captured).  The time
difference represents a roundtrip network delay between the point of capture
and the sender of the SR containing the DLSR.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11998 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix a problem where MEGACO not fully RFC complient wasn't dissected, change some...
etxrab [Wed, 15 Sep 2004 19:59:53 +0000 (19:59 +0000)]
Fix a problem where MEGACO not fully RFC complient wasn't dissected, change some indentations,
and a problem where transaction ID wasn't put in the info columb correctly.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11997 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded a section how to update the Ethereal sources
ulfl [Wed, 15 Sep 2004 18:27:56 +0000 (18:27 +0000)]
added a section how to update the Ethereal sources

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11996 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoImprove the heuristic for Frame Relay, and move that heuristic after the
guy [Wed, 15 Sep 2004 07:22:34 +0000 (07:22 +0000)]
Improve the heuristic for Frame Relay, and move that heuristic after the
checks for Wellfleet and Cisco HDLC.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11995 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoget GDK window geometry only, if widget is visible
ulfl [Wed, 15 Sep 2004 05:46:56 +0000 (05:46 +0000)]
get GDK window geometry only, if widget is visible

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11994 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoSmall update for SUSE 9.1
jmayer [Mon, 13 Sep 2004 19:53:40 +0000 (19:53 +0000)]
Small update for SUSE 9.1

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11993 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofix a section id duplicate bug
ulfl [Mon, 13 Sep 2004 19:16:22 +0000 (19:16 +0000)]
fix a section id duplicate bug

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11992 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom: Luis Ontanon
etxrab [Mon, 13 Sep 2004 18:21:28 +0000 (18:21 +0000)]
From: Luis Ontanon
1. As you said visible fileds are much better.

 2. As they became visible I noticed the length and offset of the fields
    were wrong, I fixed them.

 3. I added few more "essential" fields (as a colleague told me as soon
    as you move away from 3G some fileds like username become the most
    important)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11991 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoupdate x509af to use machinegenerated _PDU() dissectors
sahlberg [Mon, 13 Sep 2004 12:04:21 +0000 (12:04 +0000)]
update x509af to use machinegenerated _PDU() dissectors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11990 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoupdate x509af to use machinegenerated _PDU() dissectors
sahlberg [Mon, 13 Sep 2004 12:03:36 +0000 (12:03 +0000)]
update x509af to use machinegenerated _PDU() dissectors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11989 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agouse autogenerated _PDU functions
sahlberg [Mon, 13 Sep 2004 08:33:38 +0000 (08:33 +0000)]
use autogenerated _PDU functions

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11988 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agouse autogenerated _PDU callbacks
sahlberg [Mon, 13 Sep 2004 08:33:03 +0000 (08:33 +0000)]
use autogenerated _PDU callbacks

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11987 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agomake the asn2eth compiler autogenerate the PDU callbacks
sahlberg [Mon, 13 Sep 2004 08:07:29 +0000 (08:07 +0000)]
make the asn2eth compiler autogenerate the PDU callbacks

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11986 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agolet asn2eth autogenerate the PDU callback wrappers instead of defining them manually
sahlberg [Mon, 13 Sep 2004 08:06:52 +0000 (08:06 +0000)]
let asn2eth autogenerate the PDU callback wrappers instead of defining them manually

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11985 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofrom tomas kukosa, fix for generated _PDU() functions to match the dissector_t...
sahlberg [Mon, 13 Sep 2004 08:00:33 +0000 (08:00 +0000)]
from tomas kukosa,   fix for generated _PDU() functions to match the dissector_t signature

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11984 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of unused variables.
guy [Mon, 13 Sep 2004 07:47:49 +0000 (07:47 +0000)]
Get rid of unused variables.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11983 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Nathan Alger: update the JUNOS (Juniper) Radius VSA decodes to
guy [Mon, 13 Sep 2004 07:43:22 +0000 (07:43 +0000)]
From Nathan Alger: update the JUNOS (Juniper) Radius VSA decodes to
JUNOS 5.3.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11982 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Tomas Kukosa, updates to the asn2eth compiler
sahlberg [Mon, 13 Sep 2004 05:13:52 +0000 (05:13 +0000)]
From Tomas Kukosa,  updates to the asn2eth compiler

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11981 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoto prevent problems reported by David Richards, don't depend on the cvarsdll from...
ulfl [Sun, 12 Sep 2004 23:29:33 +0000 (23:29 +0000)]
to prevent problems reported by David Richards, don't depend on the cvarsdll from win32.mak and define our own CVARSDLL

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11980 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded: how to update cygwin packages
ulfl [Sun, 12 Sep 2004 11:24:23 +0000 (11:24 +0000)]
added: how to update cygwin packages

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11979 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agohow to update the files installed by the setup target
ulfl [Sun, 12 Sep 2004 10:41:53 +0000 (10:41 +0000)]
how to update the files installed by the setup target

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11978 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded a clean_setup target, to cleanup the unzipped files
ulfl [Sun, 12 Sep 2004 10:07:23 +0000 (10:07 +0000)]
added a clean_setup target, to cleanup the unzipped files

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11977 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCanonicalize the line endings, and set eol:eol-style to native to keep
guy [Sun, 12 Sep 2004 06:20:04 +0000 (06:20 +0000)]
Canonicalize the line endings, and set eol:eol-style to native to keep
them canonicalized.

Set svn:keywords Id to cause RCS IDs to be expanded.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11976 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Graeme Hewson: translate accented UTF-8 characters to Pod E<>
guy [Sat, 11 Sep 2004 23:42:03 +0000 (23:42 +0000)]
From Graeme Hewson: translate accented UTF-8 characters to Pod E<>
escapes so they turn into *roff escapes and HTML entities in the output,
in case raw UTF-8 doesn't work.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11975 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Dave Richards: export "host_ip_af()" (it's used by
guy [Sat, 11 Sep 2004 23:26:19 +0000 (23:26 +0000)]
From Dave Richards: export "host_ip_af()" (it's used by
"get_conn_cfilter()").

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11974 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoNote that _WIN32, not WIN32, should be used in #ifdefs and #ifs testing
guy [Sat, 11 Sep 2004 23:10:14 +0000 (23:10 +0000)]
Note that _WIN32, not WIN32, should be used in #ifdefs and #ifs testing
the platform for which we're building (and that both should be avoided
if possible, i.e. write your code so that it works on all platforms).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11973 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoUse _WIN32 rather than WIN32 to determine if we're compiling on Win32;
guy [Sat, 11 Sep 2004 23:03:36 +0000 (23:03 +0000)]
Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;
according to Gisle Vanem, WIN32 isn't a built-in in MSVC, but _WIN32 is.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11972 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of some #includes that caused trouble on Windows - we need to
guy [Sat, 11 Sep 2004 22:57:52 +0000 (22:57 +0000)]
Get rid of some #includes that caused trouble on Windows - we need to
make this use Ethereal's data structurs for addresses, not the OS's.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11971 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of some #includes that caused trouble on Windows - we need to
guy [Sat, 11 Sep 2004 22:53:17 +0000 (22:53 +0000)]
Get rid of some #includes that caused trouble on Windows - we need to
make this use Ethereal's data structurs for addresses, not the OS's.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11970 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Dave Richards: fix a format string.
guy [Sat, 11 Sep 2004 22:36:16 +0000 (22:36 +0000)]
From Dave Richards: fix a format string.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11969 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded a section about nmake 1.5 from microsoft
ulfl [Sat, 11 Sep 2004 22:35:50 +0000 (22:35 +0000)]
added a section about nmake 1.5 from microsoft

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11968 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Dave Richards: remove from libethereal.def some routines from
guy [Sat, 11 Sep 2004 22:08:29 +0000 (22:08 +0000)]
From Dave Richards: remove from libethereal.def some routines from
util.c, as util.c is no longer part of libethereal.

Update his e-mail address (I'm presuming it's the same person - Comcast
bought AT&T Broadband, so the domain name change makes sense).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11967 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agominor changes
ulfl [Sat, 11 Sep 2004 16:18:41 +0000 (16:18 +0000)]
minor changes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11966 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agosome more changes
ulfl [Sat, 11 Sep 2004 14:15:26 +0000 (14:15 +0000)]
some more changes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11965 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd some urls
ulfl [Sat, 11 Sep 2004 10:04:12 +0000 (10:04 +0000)]
add some urls

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11964 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded a debugger section and a lot or urls to the different GNU tools
ulfl [Sat, 11 Sep 2004 09:20:31 +0000 (09:20 +0000)]
added a debugger section and a lot or urls to the different GNU tools

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11963 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded a chapter "How Ethereal Works", with only little content right now...
ulfl [Sat, 11 Sep 2004 07:16:24 +0000 (07:16 +0000)]
added a chapter "How Ethereal Works", with only little content right now...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11962 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoNothing in "util.h" is needed by anything in libethereal, so don't put
guy [Sat, 11 Sep 2004 00:00:06 +0000 (00:00 +0000)]
Nothing in "util.h" is needed by anything in libethereal, so don't put
it into libethereal - have it as common code linked into Ethereal,
Tethereal, and dftest.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11961 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMove the base-64 routines to "epan/base64.c".
guy [Fri, 10 Sep 2004 23:16:00 +0000 (23:16 +0000)]
Move the base-64 routines to "epan/base64.c".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11960 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoThe EBCDIC-to-ASCII routines are now declared in <epan/charsets.h>.
guy [Fri, 10 Sep 2004 23:07:33 +0000 (23:07 +0000)]
The EBCDIC-to-ASCII routines are now declared in <epan/charsets.h>.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11959 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMove the stuff to handle ASCII <-> EBCDIC conversions to
guy [Fri, 10 Sep 2004 22:59:37 +0000 (22:59 +0000)]
Move the stuff to handle ASCII <-> EBCDIC conversions to
"epan/charsets.c"; other character set translation code should perhaps
go there as well.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11958 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd the new "proto_registrar_dump_values()" routine, as it's used by
guy [Fri, 10 Sep 2004 22:55:22 +0000 (22:55 +0000)]
Add the new "proto_registrar_dump_values()" routine, as it's used by
Ethereal and Tethereal to handle "-G values".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11957 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoHoist the code for handling "-G" into a common module.
guy [Fri, 10 Sep 2004 22:47:02 +0000 (22:47 +0000)]
Hoist the code for handling "-G" into a common module.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11956 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agominor change
ulfl [Fri, 10 Sep 2004 18:28:53 +0000 (18:28 +0000)]
minor change

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11955 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd a "-G fields2" option which is like "-G fields", but extends the field
gram [Fri, 10 Sep 2004 15:21:20 +0000 (15:21 +0000)]
Add a "-G fields2" option which is like "-G fields", but extends the field
records by tw fields: base (for integers), and blurb

Add a "-G values" option which shows value strings and true_false strings for
the fields that have them.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11954 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoShow ETHERTYPE_IPv6 as "IPv6" in the type field.
guy [Thu, 9 Sep 2004 20:31:52 +0000 (20:31 +0000)]
Show ETHERTYPE_IPv6 as "IPv6" in the type field.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11953 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdded Christophe Devine as a contributor.
etxrab [Thu, 9 Sep 2004 19:34:51 +0000 (19:34 +0000)]
Added Christophe Devine as a contributor.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11952 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd SHA1 routines for future use at least by SigComp
etxrab [Thu, 9 Sep 2004 19:24:45 +0000 (19:24 +0000)]
Add SHA1 routines for future use at least by SigComp

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11951 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd SHA1 routines for future use at least by SigComp
etxrab [Thu, 9 Sep 2004 19:24:00 +0000 (19:24 +0000)]
Add SHA1 routines for future use at least by SigComp

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11950 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd SHA1 routines for future use, at least by SigComp
etxrab [Thu, 9 Sep 2004 19:19:50 +0000 (19:19 +0000)]
Add SHA1 routines for future use, at least by SigComp

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11949 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Remi Denis-Courmont: heuristic dissector for Teredo.
guy [Thu, 9 Sep 2004 06:50:03 +0000 (06:50 +0000)]
From Remi Denis-Courmont: heuristic dissector for Teredo.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11948 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Luca Deri: NetFlow v9 enhancements.
guy [Thu, 9 Sep 2004 06:27:43 +0000 (06:27 +0000)]
From Luca Deri: NetFlow v9 enhancements.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11947 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoSquelch a compiler warning. (We really might want a
guy [Wed, 8 Sep 2004 21:14:40 +0000 (21:14 +0000)]
Squelch a compiler warning.  (We really might want a
"tvb_ensure_reported_length_remaining()" call here.)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11946 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoTo conert a little-endian value to a big-endian value, use
guy [Wed, 8 Sep 2004 19:36:25 +0000 (19:36 +0000)]
To conert a little-endian value to a big-endian value, use
GUINT32_SWAP_LE_BE(), not GUINT32_TO_BE() - the latter converts a
host-byte-order value to big-endian, but the host might be big-endian.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11945 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoTry to get the window geometry only, if a GdkWindow really exists for that GtkWidget...
ulfl [Wed, 8 Sep 2004 19:29:09 +0000 (19:29 +0000)]
Try to get the window geometry only, if a GdkWindow really exists for that GtkWidget (e.g. the widget isn't hidden)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11944 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix a minor bug only with GTK2.4: if have a problem while saving a file (e.g. filenam...
ulfl [Wed, 8 Sep 2004 19:26:36 +0000 (19:26 +0000)]
Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g. filename already exists) will lead to an unresponding file dialog. The fix will close the dialog, which isn't the best solution, but I don't see a better one.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11943 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdded some valuestring parameters for PoC
etxrab [Wed, 8 Sep 2004 19:24:32 +0000 (19:24 +0000)]
Added some valuestring parameters for PoC

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11942 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoUpdated the comment at the beginning of the file.
tuexen [Wed, 8 Sep 2004 13:10:01 +0000 (13:10 +0000)]
Updated the comment at the beginning of the file.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11941 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdded support for version 12. So it now supports version 02, 08 and
tuexen [Wed, 8 Sep 2004 13:08:02 +0000 (13:08 +0000)]
Added support for version 12. So it now supports version 02, 08 and
12 of the internet draft.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11940 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Peter Johansson, make proto_tree_add_item() handle IPv4 addresses
sahlberg [Wed, 8 Sep 2004 10:32:53 +0000 (10:32 +0000)]
From Peter Johansson,    make proto_tree_add_item() handle IPv4 addresses
stored in little endian format.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11939 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Devin Heitmuller: decode verifiers after stub decryption - for
guy [Wed, 8 Sep 2004 09:35:47 +0000 (09:35 +0000)]
From Devin Heitmuller: decode verifiers after stub decryption - for
NTLMSSP, the state of the RC4 stream is dependent on the stub being
decrypted before the verifier.

Correctly set the length and reported length of the tvb for the stub
(the reported length of that tvb should be set based on the *reported*
length of the parent tvbuff, not the captured length).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11938 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agosort_iter_compare_func() only needed with GTK2
ulfl [Wed, 8 Sep 2004 05:55:21 +0000 (05:55 +0000)]
sort_iter_compare_func() only needed with GTK2

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11937 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoNote that developers should avoid GTK+ 2.x/GLib 2.x-only stuff (and, in
guy [Tue, 7 Sep 2004 23:59:49 +0000 (23:59 +0000)]
Note that developers should avoid GTK+ 2.x/GLib 2.x-only stuff (and, in
particularly, should disregard all the renaming they did of some
routines, as the old names work Just Fine in 2.x but the new names don't
work in 1.2[.x]).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11936 f5534014-38df-0310-8fa8-9805f1628bb7

19 years ago"g_string_printf()" is GLib 2.x-only, but "g_string_sprintf()" works in
guy [Tue, 7 Sep 2004 23:20:53 +0000 (23:20 +0000)]
"g_string_printf()" is GLib 2.x-only, but "g_string_sprintf()" works in
2.x and 1.2[.x].  Use "g_string_sprintf()", its deprecation
nonwithstanding.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11935 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoPut the byte-order mark back.
guy [Tue, 7 Sep 2004 22:21:59 +0000 (22:21 +0000)]
Put the byte-order mark back.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11934 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoSquelch a compiler warning.
guy [Tue, 7 Sep 2004 20:10:35 +0000 (20:10 +0000)]
Squelch a compiler warning.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11933 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCanonicalize the line endings, and set svn:eol-style to native to keep
guy [Tue, 7 Sep 2004 20:10:00 +0000 (20:10 +0000)]
Canonicalize the line endings, and set svn:eol-style to native to keep
them canonicalized.

Set svn:keywords to Id to expand RCS IDs.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11932 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoSet svn:eol-style to native to keep line endings canonicalized.
guy [Tue, 7 Sep 2004 20:07:08 +0000 (20:07 +0000)]
Set svn:eol-style to native to keep line endings canonicalized.

Set svn:keywords to Id to expand RCS IDs.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11931 f5534014-38df-0310-8fa8-9805f1628bb7