aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-08-31Further fixes. Properly account for the length of headers. Still some headersRichard Sharpe2-11/+23
that we do not account for properly, like Octet Strings. svn path=/trunk/; revision=6152
2002-08-31Properly handle raw ntlmssp ...Richard Sharpe2-22/+50
svn path=/trunk/; revision=6151
2002-08-31Cast the Mbits/s calculation as a float, so that we display the valueGerald Combs1-2/+3
correctly for large captures. svn path=/trunk/; revision=6150
2002-08-31Handle the lack of a security blob in negprot response when raw NTLMSSP isRichard Sharpe2-4/+8
being used properly. svn path=/trunk/; revision=6149
2002-08-30Add support for raw NTLMSSP blobs when talking to XP etc ...Richard Sharpe2-3/+18
More to do yet though ... svn path=/trunk/; revision=6148
2002-08-30Squelch a whole bunch of compiler warnings. The remaining ones will have to ↵Richard Sharpe1-31/+20
wait until someone implements the missing bits of code. svn path=/trunk/; revision=6147
2002-08-30From Ulf Lamping:Gerald Combs1-3/+8
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-30Print RR number as unsigned.Jörg Mayer1-3/+4
svn path=/trunk/; revision=6145
2002-08-30Fix the RCS ID and a compiler warning.Guy Harris1-2/+2
svn path=/trunk/; revision=6144
2002-08-30From Flavio Poletti: fix a bug in "decode_qos_umts()".Guy Harris1-7/+13
svn path=/trunk/; revision=6143
2002-08-30Include "packet-gssapi.h" to declare routines we call.Guy Harris2-2/+4
svn path=/trunk/; revision=6142
2002-08-30From Anand Narwani: updates to fix:Guy Harris2-12/+60
- 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-30Some more SPNEGO fixes. Getting much closer ...Richard Sharpe2-24/+44
svn path=/trunk/; revision=6140
2002-08-30This has been moved to packet-spnego.cTim Potter1-91/+0
svn path=/trunk/; revision=6139
2002-08-30snego -> spnegoTim Potter1-5/+5
svn path=/trunk/; revision=6138
2002-08-30OK, this is a lot better.Richard Sharpe1-36/+51
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-30Commit the latest changes to get rid of seg-faultsRichard Sharpe1-15/+54
svn path=/trunk/; revision=6136
2002-08-30More fixes from Albert ChinRichard Sharpe2-10/+10
svn path=/trunk/; revision=6135
2002-08-30Add some fixes from Albert ChinRichard Sharpe2-7/+8
svn path=/trunk/; revision=6134
2002-08-30More SPNEGO, now can get down to NTLMSSP if that is what the negTokenTargRichard Sharpe2-8/+110
contains. svn path=/trunk/; revision=6133
2002-08-29Some more of SPNEGO ... more to come ...Richard Sharpe1-2/+86
svn path=/trunk/; revision=6132
2002-08-29More support for SPNEGO ... Gotta handle the supportedMech and cache theRichard Sharpe1-10/+51
handle for the dissector routine yet ... Real work to do though ... svn path=/trunk/; revision=6131
2002-08-29From Mark Burton: fix the byte order in the CRC calculation.Guy Harris1-2/+12
svn path=/trunk/; revision=6130
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris7-508/+510
Windows that cause compiler warnings. svn path=/trunk/; revision=6129
2002-08-29From Hannes Gredler: make the IS-IS dissector more verbose in the INFOGuy Harris8-42/+76
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-29OK, we now dissect the innerContextToken properly, and SPNEGO understands aRichard Sharpe2-6/+56
negTokenTarg, there is just more work to do on this. svn path=/trunk/; revision=6127
2002-08-29OK, add more conversation stuff for gssapi ... see iff it works now.Richard Sharpe1-17/+44
svn path=/trunk/; revision=6126
2002-08-29Start the code to keep state in GSSAPI.Richard Sharpe1-8/+27
Since we only need the dissector handle, I cheated :-) This should not cause problems (famous last words) svn path=/trunk/; revision=6125
2002-08-29Interbase dissector added for Uwe GirlichUwe Girlich1-0/+1
svn path=/trunk/; revision=6124
2002-08-29packet-ib.c addedUwe Girlich2-2/+4
svn path=/trunk/; revision=6123
2002-08-29Interbase (database written by Borland) protocol dissectorUwe Girlich1-0/+224
svn path=/trunk/; revision=6122
2002-08-29Guided by Guy and an examination of RFC2078 and RFC2478, I have added someRichard Sharpe3-4/+18
comments about what we need to do to get SPNEGO properly implemented. More work to do. svn path=/trunk/; revision=6121
2002-08-29Small fix up to packet-spnego.cRichard Sharpe1-5/+1
svn path=/trunk/; revision=6120
2002-08-29Fix up dissect_file_attributesRichard Sharpe2-36/+61
svn path=/trunk/; revision=6119
2002-08-28Make the "start_time" argument to "delayed_create_progress_dlg()" aGuy Harris2-7/+7
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-28Removed trailing whitespaces from .h and .c files using theJörg Mayer501-17490/+17490
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer99-1940/+1940
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6116
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer49-460/+460
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6115
2002-08-28Fix from Yaniv Kaul.Guy Harris1-2/+2
svn path=/trunk/; revision=6114
2002-08-28As per Guys idea: Delete files in aclocal-missing if test succeeds.Jörg Mayer1-5/+5
svn path=/trunk/; revision=6113
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris5-68/+229
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-28Add autogen.sh to the release tarball.Jörg Mayer1-44/+45
Ran some of the longer file lists through sort. svn path=/trunk/; revision=6111
2002-08-28OK, have negTokenInit done ... Big kludge though ... some good stuff thoughRichard Sharpe1-14/+59
svn path=/trunk/; revision=6110
2002-08-28Ohh, I feel so good. More of SPNEGO ...Richard Sharpe2-5/+10
Still more to come. SHould have the negTokenInit done soon, then onto the negTokenTarg ... svn path=/trunk/; revision=6109
2002-08-28This is closer but still has problems. It does not seem to crash, however.Richard Sharpe1-47/+135
More tonight? svn path=/trunk/; revision=6108
2002-08-28Add gtk2/glib2 handling to configure. Use --enable-gtk2 to useJörg Mayer3-12/+42
gtk2 instead of gtk and glib2 instead of glib. Right now, --enable-gtk2 will fail during compile unless acompanied by --disable-ethereal, as ethereal does not yet support gtk2 (but does support glib2 alone). svn path=/trunk/; revision=6107
2002-08-28Commit some more changes ... getting closer ...Richard Sharpe1-73/+171
svn path=/trunk/; revision=6106
2002-08-27OK, fix up the problems of the previous commit ...Richard Sharpe2-9/+16
svn path=/trunk/; revision=6105
2002-08-27Here is the beginnings of some code to handle SPNEGO ...Richard Sharpe1-18/+216
It is not correct yet, as we really should parse the ASN1 stuff correctly. I have mainly added comments, and then will work on parsing the structures better. svn path=/trunk/; revision=6104
2002-08-27Delete m4 files from aclocal-missing/Jörg Mayer1-1/+2
svn path=/trunk/; revision=6103