| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=48045
|
|
|
|
|
|
| |
proto_tree_add_item() calls.
svn path=/trunk/; revision=42557
|
|
|
|
| |
svn path=/trunk/; revision=33396
|
|
|
|
| |
svn path=/trunk/; revision=33392
|
|
|
|
| |
svn path=/trunk/; revision=32791
|
|
|
|
| |
svn path=/trunk/; revision=31715
|
|
|
|
| |
svn path=/trunk/; revision=30386
|
|
|
|
| |
svn path=/trunk/; revision=21773
|
|
|
|
| |
svn path=/trunk/; revision=21753
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and associate it with the conversation properly.
do the same for supportedMech in the negTokenTarg
This will allow wireshark to decode the blob in negTokenTarg even when no supportedMech is provided.
svn path=/trunk/; revision=20129
|
|
|
|
|
|
|
| |
- new dissect_ber_object_identifier_str() function
- BER dissectors adapted and regenerated
svn path=/trunk/; revision=16501
|
|
|
|
|
|
|
|
| |
putative octet string isn't one; always check before using it to
dissect, and don't call the dissector if the tvbuff is null. This
should fix bug 472.
svn path=/trunk/; revision=15946
|
|
|
|
|
|
|
| |
another function, so move the declaration of
dissect_spnego_PrincipalSeq() to the top of the file.
svn path=/trunk/; revision=15938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
we use to determine how to interpret the token; don't bother fetching
the OID attached to the frame or conversation, as we're not using it.
Indent code in the .cnf file to match the code generated by asn2eth.
The mechListMIC in a NegTokenInit is sometimes a sequence containing a
string; check the header of the mechListMIC and dissect it as such a
sequence or as a regular item depending on whether it's a sequence or
not.
If we see a supportedMech in a NegTokenTarg, save next_level_value for
that OID with the conversation.
Dissect a responseToken in a NegTokenTarg, and a mechListMIC in a
NegTokenTarg, appropriately.
Get rid of "gssapi_dissector_handle()", and just use
next_level_value->handle - it was never being called if next_level_value
was null.
When we're dissecting a KRB5 blob, just use get_ber_identifier() to get
the header, so we don't report an ASN.1 error if there isn't a BER
identifier there; dissect the identifier and length only if we know we
have them.
svn path=/trunk/; revision=15937
|
|
|
|
| |
svn path=/trunk/; revision=15874
|
|
|
|
|
|
|
|
| |
Fixes bugs 448, 449, 451, 452, 454, 456, and 461.
Add similar TVB checks to the BER dissector.
svn path=/trunk/; revision=15869
|
|
svn path=/trunk/; revision=15810
|