Commit Graph

10003 Commits

Author SHA1 Message Date
Gerald Combs 0fca486734 Bump the version to 0.10.1.
svn path=/trunk/; revision=10100
2004-02-19 00:28:15 +00:00
Guy Harris ad1a6ce0e4 From Martin Mathieson: make the top-level SIP item include the message
body, as that's included in the SIP tree.

svn path=/trunk/; revision=10099
2004-02-18 20:55:57 +00:00
Gerald Combs 037c2c12e4 From Lars Roland: Add support for a combined GTK1/2 Windows installer.
svn path=/trunk/; revision=10098
2004-02-18 20:45:54 +00:00
Guy Harris f121ee94d0 From Tomas Kukosa:
- display the type of segmented message in the info column
   - don't dissect the last IE in the 1st segment if it is incomplete
   - don't dissect IEs in following segments as segment boundaries
     usually don't IE boundaries

svn path=/trunk/; revision=10097
2004-02-18 20:43:37 +00:00
Ulf Lamping d59b60246d using G_MAXFLOAT and G_MAXDOUBLE,
DCERPC is talking about a response, not a reply

svn path=/trunk/; revision=10096
2004-02-18 19:44:51 +00:00
Jörg Mayer 30667cbc9f Alastair Maw: Fix retransmissions
svn path=/trunk/; revision=10095
2004-02-18 14:30:45 +00:00
Guy Harris 40ba0d72bc Newlines don't belong in format strings for the "proto_tree_add"
routines.

svn path=/trunk/; revision=10094
2004-02-18 10:11:52 +00:00
Guy Harris d3a22200f4 Newlines don't belong in format strings for the "proto_tree_add"
routines.

svn path=/trunk/; revision=10093
2004-02-18 09:58:17 +00:00
Ronnie Sahlberg 17124d9f1f update iscsi so that we can also measure the time between request and response for
those transactions where we have phase collaps (no explicit response PDU, status embedded inside the last DataIn PDU)

svn path=/trunk/; revision=10092
2004-02-18 09:10:02 +00:00
Guy Harris 4e8ec37ad8 From Pavel Kankovsky: deal with yet another gross non-standard 802.11
encapsulation by bridges - this one stuffs a complete Ethernet frame
into the payload of a data frame.

svn path=/trunk/; revision=10091
2004-02-18 07:56:42 +00:00
Guy Harris 2adca7c0a4 Use "tvb_get_string()" to get counted strings.
svn path=/trunk/; revision=10090
2004-02-18 07:27:46 +00:00
Guy Harris 0d5df0a172 From Rolf Fiedler: German ISDN carriers don't supply the seconds in the
date/time IE, so support IE lengths of 5 (no seconds) or 6 (includes
seconds).

Merge the two AUTHORS and man page entries for him.

svn path=/trunk/; revision=10089
2004-02-18 07:14:36 +00:00
Guy Harris 58b13319d2 Register the COTP dissector for the IP protocol IP_PROTO_TP, for
TP4-over-IP.

svn path=/trunk/; revision=10088
2004-02-18 06:51:13 +00:00
Guy Harris d52569bdb9 From Nick Black: the 0x8000 bit in the flags field is *NOT* a
"congestion" bit for ECN.  Show it as a reserved bit.

Put semicolons, not commas, at the end of the calls to put flags field
bits into the protocol tree.

svn path=/trunk/; revision=10087
2004-02-18 06:43:01 +00:00
Guy Harris b3f1084e20 From Jaime Fournier: updates to the FLDB dissector.
svn path=/trunk/; revision=10086
2004-02-18 06:08:29 +00:00
Guy Harris 9569d1df05 From Greg Morris: don't use a global variable to track whether packets
are signed, attach to conversations a "packets are signed" flag.

svn path=/trunk/; revision=10085
2004-02-18 06:01:47 +00:00
Guy Harris 1d522e02d1 From Jaime Fournier: add a hidden FT_BOOLEAN variable that's present if
the interface UUID in a datagram call is unknown.

Clean up white space a bit.

svn path=/trunk/; revision=10084
2004-02-18 05:55:15 +00:00
Guy Harris eed50af495 From Erwin Rol: update RTnet plugin to the latest spec.
svn path=/trunk/; revision=10083
2004-02-18 05:33:35 +00:00
Jörg Mayer 7d839c09d8 Get rid of unused parameter token_sz in function dissect_tds7_results_token
svn path=/trunk/; revision=10082
2004-02-18 04:41:37 +00:00
Jörg Mayer 2c3b454c70 Warning fixes:
gsm_map_stat.c: comparison is always false due to limited
		  range of data type
  both: get rid of a "discards qualifier" warning

svn path=/trunk/; revision=10081
2004-02-18 04:11:42 +00:00
Jörg Mayer 273b934227 Update manuf
svn path=/trunk/; revision=10080
2004-02-18 00:33:12 +00:00
Jörg Mayer b24c5701bd Update make-faq to the new URL and the changed internal structure
of the FAQ.

Update the FAQ.

svn path=/trunk/; revision=10079
2004-02-18 00:31:23 +00:00
Ulf Lamping 0a4e5cc16d fixed dialog box text and some comments
svn path=/trunk/; revision=10078
2004-02-17 17:48:44 +00:00
Ulf Lamping d50cbeb79a bugfix: use last_open_dir for the recent file,
instead of the somewhat duplicated value in the recent struct

svn path=/trunk/; revision=10077
2004-02-17 14:49:11 +00:00
Jörg Mayer 75028e85b4 Bytes should be read with tvb_get_guint8 instead of _ntohs (spotted by Ulf Lamping)
svn path=/trunk/; revision=10076
2004-02-17 10:03:47 +00:00
Guy Harris 2769961d38 Squelch a signed vs. unsigned comparison complaint.
svn path=/trunk/; revision=10075
2004-02-16 20:58:03 +00:00
Ulf Lamping 55e5bb39e9 bugfix from greg morris: two help pages were missing
svn path=/trunk/; revision=10074
2004-02-16 19:07:10 +00:00
Ulf Lamping c01339acd3 bugfix: don't write the recent files list in the wrong order to the recent file
svn path=/trunk/; revision=10073
2004-02-16 19:00:09 +00:00
Olivier Biot fa18c62047 Use col_append_sep_str() instead of col_append_str().
svn path=/trunk/; revision=10072
2004-02-16 18:47:57 +00:00
Ronnie Sahlberg 126383282c From Tomas Kukosa, add a PER helper to dissect BITSTRINGS
svn path=/trunk/; revision=10071
2004-02-16 18:31:40 +00:00
Ronnie Sahlberg 4ddc0aa0b2 Update to fix the bug reported by Zhao, Allen Weitao
using the fix proposed by Tomas Kukosa.

There were a number of dissect_per_choice() calls where the hf field passed
to it were of the wrong type, i.e. not FT_UINT32.

All these instances have been updated to use FT_UINT32.

svn path=/trunk/; revision=10070
2004-02-16 18:23:25 +00:00
Jörg Mayer 462c710e81 Edwin Calo: Extract strings from a postgres datastream
svn path=/trunk/; revision=10069
2004-02-16 16:49:13 +00:00
Jörg Mayer faca48c631 Edwin Calo: Extract strings from a postgres datastream
svn path=/trunk/; revision=10068
2004-02-16 13:30:05 +00:00
Ronnie Sahlberg ec5e89463b Update to kpasswd so that it calls the kerberos dissector to dissect the
AP-REQ and KRB-PRIV ans.1 encoded kerberos blobs

KRB-PRIV (application 21) is not yet supported/handled by the existing kerberos dissector
but will be after next release when the new one makes it test run.

svn path=/trunk/; revision=10067
2004-02-16 09:42:10 +00:00
Jörg Mayer 77137d3263 Put a prominent note at the top that the actual function descriptions can
be found in epan/tvbuff.h

svn path=/trunk/; revision=10066
2004-02-15 07:35:35 +00:00
Guy Harris 8026255c08 Update Andreas Sikkema's e-mail address.
svn path=/trunk/; revision=10065
2004-02-14 22:48:53 +00:00
Guy Harris b50c9c75af Update Andreas Sikkema's e-mail address.
svn path=/trunk/; revision=10064
2004-02-14 22:25:26 +00:00
Guy Harris 621ea65558 From Pavel Kankovsky: fix the name of the channel field in the Prism
802.11 radio header.

svn path=/trunk/; revision=10063
2004-02-14 20:55:24 +00:00
Olivier Biot d5afa61037 Update the Info column.
svn path=/trunk/; revision=10062
2004-02-14 11:13:16 +00:00
Olivier Biot 6bd7b570b5 Add a note on white space conventions (tab expansion different from 8 spaces is
a Bad Idea).

Add a note on the new col_append_sep_str() and col_append_sep_fstr() methods.

svn path=/trunk/; revision=10061
2004-02-14 10:37:22 +00:00
Guy Harris 027cf5a574 From Anders Broman: fix the offsets usd when adding the manufacturer info.
svn path=/trunk/; revision=10060
2004-02-13 19:33:14 +00:00
Guy Harris b5881ce528 Get rid of unused variables and #defines.
svn path=/trunk/; revision=10059
2004-02-13 19:19:13 +00:00
Guy Harris 95d801711b From Alastair Maw: fix DTMF and call transfer dissection.
svn path=/trunk/; revision=10058
2004-02-13 19:15:38 +00:00
Guy Harris 1ca41683a0 Now that Ethereal *itself* (not just Wiretap) can use libz (the Soulseek
dissector can use it), we have to link Ethereal, Tethereal, and dftest
with libz, as well as linking Wiretap with it.

We also probably need to link dftest with the PCRE library, as the
display filter code uses PCRE.

svn path=/trunk/; revision=10057
2004-02-13 02:03:14 +00:00
Guy Harris 75acdcbba0 As noted by Pavel Kankovsky, the "Resolve Name" menu items should be
available if *any* forms of name resolution aren't enabled.  (Well,
actually, it should probably affect only the item the mouse was over
when you selected it, and should be available if name resolution for
that type of name isn't enabled, but....)

svn path=/trunk/; revision=10056
2004-02-13 01:09:52 +00:00
Guy Harris a1667bf2c0 The Help window should be a separate top-level window, not a dialog
subordinate to the main window - it's a separate top-level window in
W2K, Mac OS X, and, I think, both GNOME and KDE.

svn path=/trunk/; revision=10055
2004-02-13 00:56:30 +00:00
Guy Harris 36ece5a17a Add a "window_new()" routine that creates a window of a given type, sets
the title, and arranges to set the icon for it.  Use that instead of
"gtk_window_new()" and separate calls to set the title and arrange to
set the icon.

Regularize #includes a bit.

Clean up white space.

svn path=/trunk/; revision=10054
2004-02-13 00:53:37 +00:00
Guy Harris 5f27347dfa Create only one "Plugins" window per process.
svn path=/trunk/; revision=10053
2004-02-13 00:00:56 +00:00
Guy Harris c5b4dad036 Create only one "About Ethereal" window per process.
svn path=/trunk/; revision=10052
2004-02-13 00:00:25 +00:00
Guy Harris 90cf9a6b7b The HIG's and/or GUI toolkit documentation for:
Mac OS X

	GNOME

	Qt

	KDE

	Windows

all indicate that {message,alert} boxes are modal, at least for the
window to which they apply.  (Presumably the idea is that not forcing
the user to pay attention to the alert box, and allowing more than one
alert box to be up for a given window, causes more problems than not
letting the user do stuff to that window in order to figure out what the
underlying problem is or figure out what to do to fix it - the message
should be sufficient, in most if not all cases, to let you know what the
problem is.)

Make "simple_dialog()" unconditionally make the alert box modal, and get
rid of ESD_TYPE_MODAL.  XXX - we need to make it possible to make an
alert box modal for a given window, rather than just the top-level
window.

svn path=/trunk/; revision=10051
2004-02-12 22:24:28 +00:00