Commit graph

6223 commits

Author SHA1 Message Date
Jörg Mayer
fab5611d0d Small whitespace change
svn path=/trunk/; revision=6157
2002-08-31 11:17:43 +00:00
Jörg Mayer
c06f70df15 Remove unused include snprintf.h
svn path=/trunk/; revision=6156
2002-08-31 11:03:49 +00:00
Jörg Mayer
438370a48d Remove trailing whitespaces.
svn path=/trunk/; revision=6155
2002-08-31 10:58:18 +00:00
Jörg Mayer
3c9f26577f Remove trailing whitespaces.
svn path=/trunk/; revision=6154
2002-08-31 10:46:54 +00:00
Olivier Abad
6c5954dac7 GTK+ v2 port.
All the deprecated widgets have not been replaced yet :

GtkList and GtkCList ==> GtkTreeView conversion :
- color_dlg.c
- column_prefs.c
- decode_as_dlg.c : done
- dfilter_expr_dialog
- filter_prefs.c
- main.c
- plugins_dlg.c : done

GtkCTree ==> GtkTreeView  conversion : done

GtkText ==> GtkTextView conversion : done

Remaining problems :
- gtk_font_selection_dialog_set_filter doesn't exist anymore (but hasn't
  been removed from the documentation). I don't know how to filter the
  font selection dialog to get only fixed width fonts ;
- we have to remove GUI prefs which are not usefule anymore : tree line
  style and tree expander style.

svn path=/trunk/; revision=6153
2002-08-31 09:55:22 +00:00
Richard Sharpe
2d8152c072 Further fixes. Properly account for the length of headers. Still some headers
that we do not account for properly, like Octet Strings.

svn path=/trunk/; revision=6152
2002-08-31 07:26:10 +00:00
Richard Sharpe
7dd034e9bf Properly handle raw ntlmssp ...
svn path=/trunk/; revision=6151
2002-08-31 05:31:42 +00:00
Gerald Combs
074cb0f6d2 Cast the Mbits/s calculation as a float, so that we display the value
correctly for large captures.

svn path=/trunk/; revision=6150
2002-08-31 00:40:46 +00:00
Richard Sharpe
284d6547e2 Handle the lack of a security blob in negprot response when raw NTLMSSP is
being used properly.

svn path=/trunk/; revision=6149
2002-08-31 00:12:14 +00:00
Richard Sharpe
f44c41f4ed Add support for raw NTLMSSP blobs when talking to XP etc ...
More to do yet though ...

svn path=/trunk/; revision=6148
2002-08-30 23:49:22 +00:00
Richard Sharpe
a668d8c10b Squelch a whole bunch of compiler warnings. The remaining ones will have to wait until someone implements the missing bits of code.
svn path=/trunk/; revision=6147
2002-08-30 16:17:29 +00:00
Gerald Combs
8846efa40a From Ulf Lamping:
a: display of the currently installed ethereal version in "add/remove software panel", e.g. "Ethereal 0.9.6" instead of "Ethereal" only.
b: added a link to the ethereal homepage "http://www.ethereal.com/" in Start->Programs->Ethereal
c: added a link to the ethereal program directory in Start->Programs->Ethereal

svn path=/trunk/; revision=6146
2002-08-30 15:32:27 +00:00
Jörg Mayer
47d7946c2e Print RR number as unsigned.
svn path=/trunk/; revision=6145
2002-08-30 15:17:12 +00:00
Guy Harris
2bc260025b Fix the RCS ID and a compiler warning.
svn path=/trunk/; revision=6144
2002-08-30 10:31:13 +00:00
Guy Harris
043548c7fc From Flavio Poletti: fix a bug in "decode_qos_umts()".
svn path=/trunk/; revision=6143
2002-08-30 10:14:03 +00:00
Guy Harris
d2143a880e Include "packet-gssapi.h" to declare routines we call.
svn path=/trunk/; revision=6142
2002-08-30 10:05:26 +00:00
Guy Harris
2ac3b23455 From Anand Narwani: updates to fix:
- Bug in the dissection of the Request/Transmit policy in packet-tlv.c
- Incorrect filter string for docsis.ehdr.ver
- Dissection of PHS Upstream/Downstream Extended Header sub-elements
- Dissection of Unsolicited Grant Sync sub-element

svn path=/trunk/; revision=6141
2002-08-30 10:02:14 +00:00
Richard Sharpe
765bad85dc Some more SPNEGO fixes. Getting much closer ...
svn path=/trunk/; revision=6140
2002-08-30 06:11:35 +00:00
Tim Potter
4ec5a01c89 This has been moved to packet-spnego.c
svn path=/trunk/; revision=6139
2002-08-30 05:14:23 +00:00
Tim Potter
795a06fa0d snego -> spnego
svn path=/trunk/; revision=6138
2002-08-30 05:13:45 +00:00
Richard Sharpe
1671d6faca OK, this is a lot better.
Still have to work on the Octet string versus general string, but
much of it is there now.

svn path=/trunk/; revision=6137
2002-08-30 05:04:52 +00:00
Richard Sharpe
67ca7c97ed Commit the latest changes to get rid of seg-faults
svn path=/trunk/; revision=6136
2002-08-30 04:04:39 +00:00
Richard Sharpe
e5a07cde2c More fixes from Albert Chin
svn path=/trunk/; revision=6135
2002-08-30 02:11:16 +00:00
Richard Sharpe
d49f9bf4d7 Add some fixes from Albert Chin
svn path=/trunk/; revision=6134
2002-08-30 02:08:50 +00:00
Richard Sharpe
1a46e38d20 More SPNEGO, now can get down to NTLMSSP if that is what the negTokenTarg
contains.

svn path=/trunk/; revision=6133
2002-08-30 00:32:11 +00:00
Richard Sharpe
a3eb8afb24 Some more of SPNEGO ... more to come ...
svn path=/trunk/; revision=6132
2002-08-29 22:53:06 +00:00
Richard Sharpe
9ca2ca20cf More support for SPNEGO ... Gotta handle the supportedMech and cache the
handle for the dissector routine yet ...

Real work to do though ...

svn path=/trunk/; revision=6131
2002-08-29 19:45:01 +00:00
Guy Harris
19216e7292 From Mark Burton: fix the byte order in the CRC calculation.
svn path=/trunk/; revision=6130
2002-08-29 19:33:00 +00:00
Guy Harris
3f4397bbb0 From Ulf Lamping: change some #define names to avoid name collisions on
Windows that cause compiler warnings.

svn path=/trunk/; revision=6129
2002-08-29 19:05:41 +00:00
Guy Harris
79195136aa From Hannes Gredler: make the IS-IS dissector more verbose in the INFO
field - specifically for

	IIHs  the System-ID of the Hello;
	LSPs  the LSP-ID, Sequence #, Lifetime;
	CSNPs the LAN-ID, Start LSP-ID, End LSP-ID.

and change the display of some IDs.

Clean up white space.

svn path=/trunk/; revision=6128
2002-08-29 18:52:54 +00:00
Richard Sharpe
ab3cf9bc61 OK, we now dissect the innerContextToken properly, and SPNEGO understands a
negTokenTarg, there is just more work to do on this.

svn path=/trunk/; revision=6127
2002-08-29 17:58:22 +00:00
Richard Sharpe
3098546c95 OK, add more conversation stuff for gssapi ... see iff it works now.
svn path=/trunk/; revision=6126
2002-08-29 17:20:31 +00:00
Richard Sharpe
7f0a872055 Start the code to keep state in GSSAPI.
Since we only need the dissector handle, I cheated :-)

This should not cause problems (famous last words)

svn path=/trunk/; revision=6125
2002-08-29 16:36:16 +00:00
Uwe Girlich
7fec709c5f Interbase dissector added for Uwe Girlich
svn path=/trunk/; revision=6124
2002-08-29 12:27:03 +00:00
Uwe Girlich
8d810a21e5 packet-ib.c added
svn path=/trunk/; revision=6123
2002-08-29 12:25:42 +00:00
Uwe Girlich
853bd9df95 Interbase (database written by Borland) protocol dissector
svn path=/trunk/; revision=6122
2002-08-29 12:24:57 +00:00
Richard Sharpe
0934975cc1 Guided by Guy and an examination of RFC2078 and RFC2478, I have added some
comments about what we need to do to get SPNEGO properly implemented.

More work to do.

svn path=/trunk/; revision=6121
2002-08-29 05:26:45 +00:00
Richard Sharpe
16630b5038 Small fix up to packet-spnego.c
svn path=/trunk/; revision=6120
2002-08-29 00:37:18 +00:00
Richard Sharpe
e0523f9acb Fix up dissect_file_attributes
svn path=/trunk/; revision=6119
2002-08-29 00:35:55 +00:00
Guy Harris
25c3026203 Make the "start_time" argument to "delayed_create_progress_dlg()" a
pointer to const, to emphasize that it does *not* modify the time
pointed to by the argument.

Make the initial delay for delayed progress bars 1/10 second rather than
1/2 second, as a 1/2 second delay is noticeable, especially when loading
a file for the first time (as the main window looks a bit blank).  Even
at 1/10 second you can still notice it, but it's not *as* noticeable.

svn path=/trunk/; revision=6118
2002-08-28 22:28:43 +00:00
Jörg Mayer
7c4176d868 Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.

svn path=/trunk/; revision=6117
2002-08-28 21:04:11 +00:00
Jörg Mayer
48be4e530d Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.

svn path=/trunk/; revision=6116
2002-08-28 20:41:00 +00:00
Jörg Mayer
64b6acac6d Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.

svn path=/trunk/; revision=6115
2002-08-28 20:30:45 +00:00
Guy Harris
4845dd385b Fix from Yaniv Kaul.
svn path=/trunk/; revision=6114
2002-08-28 20:02:34 +00:00
Jörg Mayer
32ba9c2885 As per Guys idea: Delete files in aclocal-missing if test succeeds.
svn path=/trunk/; revision=6113
2002-08-28 12:25:54 +00:00
Guy Harris
abe6b6bcc8 From Ulf Lamping: extend the progress dialog box to give more progress
information.

Fix the types of some variables (make the file position in
"read_cap_file()" a "long", as Wiretap supports "long" offsets, and make
processed-packet counts in packet-processing loops "int"s, as the total
packet count in a "capture_file" structure is an "int").

svn path=/trunk/; revision=6112
2002-08-28 10:07:37 +00:00
Jörg Mayer
666f3feec3 Add autogen.sh to the release tarball.
Ran some of the longer file lists through sort.

svn path=/trunk/; revision=6111
2002-08-28 08:24:24 +00:00
Richard Sharpe
6ae5bdf96a OK, have negTokenInit done ... Big kludge though ... some good stuff though
svn path=/trunk/; revision=6110
2002-08-28 05:02:41 +00:00
Richard Sharpe
5d6821ad02 Ohh, I feel so good. More of SPNEGO ...
Still more to come. SHould have the negTokenInit done soon, then onto the
negTokenTarg ...

svn path=/trunk/; revision=6109
2002-08-28 02:30:18 +00:00
Richard Sharpe
18c0dc0ceb This is closer but still has problems. It does not seem to crash, however.
More tonight?

svn path=/trunk/; revision=6108
2002-08-28 01:15:23 +00:00