Commit Graph

11907 Commits

Author SHA1 Message Date
Ronnie Sahlberg 202b769764 get rid of some compiler warnings for pkinit
svn path=/trunk/; revision=12024
2004-09-17 08:11:30 +00:00
Guy Harris 8ef40be614 FALSE, not TRUE, means big-endian in a "proto_tree_add_item()" call.
svn path=/trunk/; revision=12023
2004-09-17 08:10:12 +00:00
Guy Harris b3360018b5 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

svn path=/trunk/; revision=12022
2004-09-17 02:02:04 +00:00
Ulf Lamping 6cd11f14ef first steps towards using the User's Guide as Ethereal's help system
svn path=/trunk/; revision=12021
2004-09-16 22:07:03 +00:00
Guy Harris 6ad89dda90 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.

svn path=/trunk/; revision=12020
2004-09-16 21:30:51 +00:00
Guy Harris 92dcbdc192 Export the "proto_tree_add_float" routines, and the routines to get IEEE
float and double values from a tvbuff.

svn path=/trunk/; revision=12019
2004-09-16 19:33:18 +00:00
Guy Harris 56f95db6b4 Export the "proto_tree_add_float" routines, and the routines to get IEEE
float and double values from a tvbuff.

svn path=/trunk/; revision=12018
2004-09-16 19:32:09 +00:00
Guy Harris 842ddea77e "Tali" -> "TALI".
svn path=/trunk/; revision=12017
2004-09-16 19:23:33 +00:00
Guy Harris fa01d3c0ad From Viorel Suman: TALI (RFC 3094) support.
ATify Luca Deri's e-mail address.

svn path=/trunk/; revision=12016
2004-09-16 19:17:42 +00:00
Guy Harris 57dc6e6c0c 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".

svn path=/trunk/; revision=12015
2004-09-16 17:52:16 +00:00
Ronnie Sahlberg 5ef0b5c88d add new dissectors to build process
update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c)



svn path=/trunk/; revision=12014
2004-09-16 09:01:20 +00:00
Ronnie Sahlberg 0388e3cd12 new protocol PKIX1EXPLICIT
svn path=/trunk/; revision=12013
2004-09-16 08:58:28 +00:00
Ronnie Sahlberg 1335871c8e add new protocol PKIX1IMPLICIT
svn path=/trunk/; revision=12012
2004-09-16 08:57:23 +00:00
Ronnie Sahlberg 1fef198db2 add PKINIT protocol
svn path=/trunk/; revision=12011
2004-09-16 08:55:33 +00:00
Ronnie Sahlberg 0733413970 update to X509AF to prepare for PKINIT
svn path=/trunk/; revision=12010
2004-09-16 08:32:52 +00:00
Ronnie Sahlberg 4cb62f797d Update to CMD to prepare for PKINIT support
svn path=/trunk/; revision=12009
2004-09-16 08:31:01 +00:00
Ulf Lamping 2d444f2c6e update version numbers
svn path=/trunk/; revision=12008
2004-09-15 22:33:16 +00:00
Ulf Lamping d7441c6881 added the "Capture/Interfaces" menu item to the screenshot
svn path=/trunk/; revision=12007
2004-09-15 21:56:12 +00:00
Ulf Lamping 8c45ec501f fix a section id to match common naming styles
svn path=/trunk/; revision=12006
2004-09-15 21:36:51 +00:00
Ulf Lamping cce1fedbb4 fix a DTD problem
svn path=/trunk/; revision=12005
2004-09-15 21:35:58 +00:00
Ulf Lamping d9bbcd1bb4 added capinfo tool section
svn path=/trunk/; revision=12004
2004-09-15 21:32:20 +00:00
Ulf Lamping 5ce2535c70 add some info to the merge section
svn path=/trunk/; revision=12003
2004-09-15 21:13:16 +00:00
Ulf Lamping 04369efcea clarify "Running Capture" section title
svn path=/trunk/; revision=12002
2004-09-15 21:12:29 +00:00
Ulf Lamping 0f019413dd add a link from the capture filter to the tcpdump manpage
svn path=/trunk/; revision=12001
2004-09-15 20:55:51 +00:00
Ulf Lamping 874455a4e5 add the "IP address" field to the capture options dialog.
svn path=/trunk/; revision=12000
2004-09-15 20:48:24 +00:00
Ulf Lamping 2b27614968 add the new "capture interfaces" dialog box
svn path=/trunk/; revision=11999
2004-09-15 20:28:39 +00:00
Anders Broman 28476a2a18 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.


svn path=/trunk/; revision=11998
2004-09-15 20:08:30 +00:00
Anders Broman dbec88f562 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.

svn path=/trunk/; revision=11997
2004-09-15 19:59:53 +00:00
Ulf Lamping 88795aae6e added a section how to update the Ethereal sources
svn path=/trunk/; revision=11996
2004-09-15 18:27:56 +00:00
Guy Harris 32848e62b3 Improve the heuristic for Frame Relay, and move that heuristic after the
checks for Wellfleet and Cisco HDLC.

svn path=/trunk/; revision=11995
2004-09-15 07:22:34 +00:00
Ulf Lamping 458b67ae43 get GDK window geometry only, if widget is visible
svn path=/trunk/; revision=11994
2004-09-15 05:46:56 +00:00
Jörg Mayer 0808e45e7b Small update for SUSE 9.1
svn path=/trunk/; revision=11993
2004-09-13 19:53:40 +00:00
Ulf Lamping 1941527a33 fix a section id duplicate bug
svn path=/trunk/; revision=11992
2004-09-13 19:16:22 +00:00
Anders Broman d3d9e6b2bb 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) 

svn path=/trunk/; revision=11991
2004-09-13 18:21:28 +00:00
Ronnie Sahlberg e712ef1582 update x509af to use machinegenerated _PDU() dissectors
svn path=/trunk/; revision=11990
2004-09-13 12:04:21 +00:00
Ronnie Sahlberg fc78561244 update x509af to use machinegenerated _PDU() dissectors
svn path=/trunk/; revision=11989
2004-09-13 12:03:36 +00:00
Ronnie Sahlberg afeadc06a7 use autogenerated _PDU functions
svn path=/trunk/; revision=11988
2004-09-13 08:33:38 +00:00
Ronnie Sahlberg 6db1e35bb3 use autogenerated _PDU callbacks
svn path=/trunk/; revision=11987
2004-09-13 08:33:03 +00:00
Ronnie Sahlberg 083c154c5c make the asn2eth compiler autogenerate the PDU callbacks
svn path=/trunk/; revision=11986
2004-09-13 08:07:29 +00:00
Ronnie Sahlberg eb1994a763 let asn2eth autogenerate the PDU callback wrappers instead of defining them manually
svn path=/trunk/; revision=11985
2004-09-13 08:06:52 +00:00
Ronnie Sahlberg 88a4c48f24 from tomas kukosa, fix for generated _PDU() functions to match the dissector_t signature
svn path=/trunk/; revision=11984
2004-09-13 08:00:33 +00:00
Guy Harris 8e149c4e97 Get rid of unused variables.
svn path=/trunk/; revision=11983
2004-09-13 07:47:49 +00:00
Guy Harris 9e0405f612 From Nathan Alger: update the JUNOS (Juniper) Radius VSA decodes to
JUNOS 5.3.

svn path=/trunk/; revision=11982
2004-09-13 07:43:22 +00:00
Ronnie Sahlberg 6385a7601e From Tomas Kukosa, updates to the asn2eth compiler
svn path=/trunk/; revision=11981
2004-09-13 05:13:52 +00:00
Ulf Lamping 19ddb92ce1 to prevent problems reported by David Richards, don't depend on the cvarsdll from win32.mak and define our own CVARSDLL
svn path=/trunk/; revision=11980
2004-09-12 23:29:33 +00:00
Ulf Lamping f706dd8ea1 added: how to update cygwin packages
svn path=/trunk/; revision=11979
2004-09-12 11:24:23 +00:00
Ulf Lamping 28dd4fbeb8 how to update the files installed by the setup target
svn path=/trunk/; revision=11978
2004-09-12 10:41:53 +00:00
Ulf Lamping 0b30d8900b added a clean_setup target, to cleanup the unzipped files
svn path=/trunk/; revision=11977
2004-09-12 10:07:23 +00:00
Guy Harris ec1329976b 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.

svn path=/trunk/; revision=11976
2004-09-12 06:20:04 +00:00
Guy Harris 9c2ece3d96 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.

svn path=/trunk/; revision=11975
2004-09-11 23:42:03 +00:00