aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-2899-1940/+1940
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6116
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-2849-460/+460
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6115
* Fix from Yaniv Kaul.Guy Harris2002-08-281-2/+2
| | | | svn path=/trunk/; revision=6114
* As per Guys idea: Delete files in aclocal-missing if test succeeds.Jörg Mayer2002-08-281-5/+5
| | | | svn path=/trunk/; revision=6113
* From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris2002-08-285-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
* Add autogen.sh to the release tarball.Jörg Mayer2002-08-281-44/+45
| | | | | | Ran some of the longer file lists through sort. svn path=/trunk/; revision=6111
* OK, have negTokenInit done ... Big kludge though ... some good stuff thoughRichard Sharpe2002-08-281-14/+59
| | | | svn path=/trunk/; revision=6110
* Ohh, I feel so good. More of SPNEGO ...Richard Sharpe2002-08-282-5/+10
| | | | | | | Still more to come. SHould have the negTokenInit done soon, then onto the negTokenTarg ... svn path=/trunk/; revision=6109
* This is closer but still has problems. It does not seem to crash, however.Richard Sharpe2002-08-281-47/+135
| | | | | | More tonight? svn path=/trunk/; revision=6108
* Add gtk2/glib2 handling to configure. Use --enable-gtk2 to useJörg Mayer2002-08-283-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
* Commit some more changes ... getting closer ...Richard Sharpe2002-08-281-73/+171
| | | | svn path=/trunk/; revision=6106
* OK, fix up the problems of the previous commit ...Richard Sharpe2002-08-272-9/+16
| | | | svn path=/trunk/; revision=6105
* Here is the beginnings of some code to handle SPNEGO ...Richard Sharpe2002-08-271-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
* Delete m4 files from aclocal-missing/Jörg Mayer2002-08-271-1/+2
| | | | svn path=/trunk/; revision=6103
* Implement an alternative method to provide missing aclocal files:Jörg Mayer2002-08-275-13/+629
| | | | | | | | | Check if a development file for the package is present and install the corresponding m4 file in aclocal-missing if it isn't. Add glib, glib-2.0 and gtk-2.0 to the fallback directory. svn path=/trunk/; revision=6102
* - updated to support draft-ietf-sigtran-m2pa-05.txtMichael Tüxen2002-08-271-215/+127
| | | | | | | - restructured the code. - fixed some cosmetic bugs. svn path=/trunk/; revision=6101
* From Motonori Shindo: support forGuy Harris2002-08-272-4/+59
| | | | | | | o draft-lasserre-tls-mpls-00.txt o draft-lasserre-vkompella-ppvpn-vpls-02.txt svn path=/trunk/; revision=6100
* Use Flavio Poletti's home e-mail address, as per his request.Guy Harris2002-08-272-2/+2
| | | | svn path=/trunk/; revision=6099
* From Hannes Gredler:Guy Harris2002-08-271-26/+43
| | | | | | | | open up a subtree when decoding l2info extd communities; some bugfixes in the extd community dissector. svn path=/trunk/; revision=6098
* "packet-snego.c" was renamed "packet-spnego.c", but this file wasn'tGuy Harris2002-08-271-2/+2
| | | | | | updated to reflect that; do so. svn path=/trunk/; revision=6097
* "lsa.key" is a Unicode string, and is ultimately put into the protocolGuy Harris2002-08-271-2/+2
| | | | | | | tree with "proto_tree_add_string()", so it has to have the type FT_STRING, not FT_BYTES. svn path=/trunk/; revision=6096
* Begin moving snego to spnegoRichard Sharpe2002-08-272-2/+93
| | | | svn path=/trunk/; revision=6095
* From Luke H, a new function name and name of some structures/fields used by ↵Ronnie Sahlberg2002-08-272-118/+41
| | | | | | that function. svn path=/trunk/; revision=6094
* From Hannes Gredler:Guy Harris2002-08-272-53/+130
| | | | | | | | | | | | | | more complete support for L2VPNs as described in draft-kompella-ppvpn-l2vpn; fix a segfault in the extd_community decoder; more consistent SAFI strings (tcpdump); more robust V6 decoding (the assumption that v6 may come only in unlabeled form is wrong :-|) svn path=/trunk/; revision=6093
* Dissect flags field for enumprinters rpc.Tim Potter2002-08-272-6/+101
| | | | | | The string in this rpc is not a devmode, but rather an object name. svn path=/trunk/; revision=6092
* From Flavio Poletti: handle 3GPP QoS in RADIUS messages.Guy Harris2002-08-265-82/+275
| | | | svn path=/trunk/; revision=6091
* From Ulf Lamping:Guy Harris2002-08-264-4/+13
| | | | | | | | | | | Put "bytes" after the byte counts for the frame sizes in the top-level item for the "Frame" protocol, to make it clearer what they refer to. Put the source and destination MAC addresses into the top-level item for Ethernet. svn path=/trunk/; revision=6090
* Plug a memory leak, by freeing the OID string generated byGuy Harris2002-08-261-5/+27
| | | | | | | | | | | "format_oid()" after we're done with it. "format_oid()" doesn't necessarily generate a string containing only the numerical OID value, so we can't use that string to search for an OID in the OID hash table. Generate the string used in that lookup ourselves, instead. svn path=/trunk/; revision=6089
* Document FT_FLOAT and the "proto_tree_add_float" routines.Guy Harris2002-08-261-7/+24
| | | | svn path=/trunk/; revision=6088
* Dissect SASL credentials.Guy Harris2002-08-261-8/+155
| | | | svn path=/trunk/; revision=6087
* Disable the aclocal-fallback feature for aclocal (and thus automake)Jörg Mayer2002-08-261-2/+14
| | | | | | version 1.4 svn path=/trunk/; revision=6086
* Expand on a note in a comment.Guy Harris2002-08-251-2/+4
| | | | svn path=/trunk/; revision=6085
* NDS fragment handles are 32 bits, according to Greg Morris.Guy Harris2002-08-251-7/+6
| | | | svn path=/trunk/; revision=6084
* Small fix to get the OIDs to display properly in GSSAPI.Richard Sharpe2002-08-251-6/+8
| | | | | | | Next to turn SPNEGO into SPNEGO and not SNEGO ... and display the contents properly as NTLMSSP. svn path=/trunk/; revision=6083
* Properly check for an address family that's neither AFNUM_INET norGuy Harris2002-08-241-3/+13
| | | | | | | | | AFNUM_INET6. Properly check for "mp_addr_to_str()" indicating that it doesn't know the address family being parsed. svn path=/trunk/; revision=6082
* From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris2002-08-245-17/+241
| | | | | | | | | | | floating-point numbers, and display all the significant digits for both single-precision and double-precision floating-point numbers in the protocol tree, not just what "%g" does (6 digits). Put in comments explaining how the length of filter strings is computed, and fix some of the computations. svn path=/trunk/; revision=6081
* Before dissecting a packet, clear the filter field and value stored withGuy Harris2002-08-241-1/+3
| | | | | | | each column for use by the "Match Selected" and "Prepare Selected" functions in the packet list pane. svn path=/trunk/; revision=6080
* From Hannes Gredler:Guy Harris2002-08-245-173/+220
| | | | | | | | | | | Basic support for AFI & Extd communities in draft-kompella-ppvpn-l2vpn More robust handling for unknown AFIs in BGP MP(UN)REACH NLRIs Fix typos. svn path=/trunk/; revision=6079
* From Marcus Haebler: handle a sub-protocol field of 0x00 as PPP.Guy Harris2002-08-243-25/+10
| | | | | | Merge all the cases for handling PPP together. svn path=/trunk/; revision=6078
* Give the routines that implement the "Match" and "Prepare" menu itemsGuy Harris2002-08-243-87/+87
| | | | | | | more meaningful names, indicating whether they look at something in the protocol tree or the packet list. svn path=/trunk/; revision=6077
* Make the filter name for GSS-API tokens "gss-api", not "GSS-API", toGuy Harris2002-08-241-2/+2
| | | | | | | | | | | | | | 1) match the protocol's filter name (which isn't used, as we never put entries into the protocol tree for the protocol itself) and 2) make it more obvious what you type. (This matches what the NTLMSSP dissector does for its security blobs.) svn path=/trunk/; revision=6076
* Give the NDS Verb field a value_string table, so you can filter on itGuy Harris2002-08-232-305/+148
| | | | | | | | | | without having to know the numerical values for the verbs. Use that table to convert the verb value to a verb name. Fix indentation. svn path=/trunk/; revision=6075
* Note to the person who checked in the previous change: that's "alreadyGuy Harris2002-08-231-2/+2
| | | | | | have", not "don't have". :-) svn path=/trunk/; revision=6074
* In "dissect_nds_request()", if we already have a tree into which to putGuy Harris2002-08-231-3/+2
| | | | | | items, don't create the temporary tree. svn path=/trunk/; revision=6073
* Fix indentation.Guy Harris2002-08-231-41/+35
| | | | | | Get rid of unused "ncp_nds_true" variable. svn path=/trunk/; revision=6072
* Allow running autogen.sh on systems that do not have gtk.m4 installed.Jörg Mayer2002-08-232-2/+201
| | | | | | | | That way it should be possible to build tethereal from cvs. Also, Fallback files may be added to the aclocal-fallback/ directory in case other optional packages come up. svn path=/trunk/; revision=6071
* From Flavio Poletti: fix bug in decoding of maximum uplink and downlinkGuy Harris2002-08-233-3/+10
| | | | | | rate in GTP v1 (they were swapped). svn path=/trunk/; revision=6070
* From Greg Morris:Gilbert Ramirez2002-08-234-107/+729
| | | | | | | | | | | 1. Secret Store Services (NCP 94) (ncp2222.py) 2. NMAS (NCP 92) (ncp2222.py) 3. NDS information in summary screen (packet-ncp.c & packet-ncp2222.inc) 4. Sever broadcast packets (NCP type 0xbbbb) to notify workstation to clear op-lock (packet-ncp.c) 5. Large Internet Packets (LIP) (packet-ncp.c) 6. Unicode Support. (unicode_to_string function in packet-ncp2222.inc & ncp2222.py) svn path=/trunk/; revision=6069
* The "GSS Data" is not a GSS token, it's a sequence number followed byGuy Harris2002-08-221-4/+1
| | | | | | (unencrypted) request data. svn path=/trunk/; revision=6068
* Use the GSSAPI token dissector on what are presumed to be GSSAPI tokens.Guy Harris2002-08-221-24/+61
| | | | | | | For the "GSS Data", put the un-rounded length into the protocol tree, as that's the value extracted from the packet. svn path=/trunk/; revision=6067