aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-12-01From Yaniv Kaul: adds LZS as a compression method, per 'Transport LayerGuy Harris1-0/+1
Security (TLS) Protocol Compression UsingLempel-Ziv-Stac (LZS)' RFC (RFC 3943). svn path=/trunk/; revision=12633
2004-12-01Squelch some compiler warnings.Guy Harris1-2/+2
svn path=/trunk/; revision=12632
2004-12-01According to the part of the DCE RPC spec atGuy Harris1-4/+7
http://www.opengroup.org/onlinepubs/009629399/chap12.htm#tagcjh_17_06_01 the number of transfer syntaxes is a u_int8, with an alignment pad byte following it, not a u_int16. svn path=/trunk/; revision=12631
2004-12-01Get rid of a long-obsolete comment.Guy Harris1-6/+0
svn path=/trunk/; revision=12630
2004-12-01bytes_to_str() returns a static value. Don't g_free() it.Gerald Combs1-2/+1
svn path=/trunk/; revision=12629
2004-11-30Fix port preference handling.Anders Broman1-2/+7
svn path=/trunk/; revision=12628
2004-11-30Add Susanne Edlund to authors file.Anders Broman1-0/+6
svn path=/trunk/; revision=12627
2004-11-30New dissector for NSIP from Susanne Edlund, default port2 changed to ↵Anders Broman2-0/+1286
unallocated port 19999 svn path=/trunk/; revision=12626
2004-11-30Replace a few instances of match_strval() with val_to_str().Gerald Combs2-8/+9
svn path=/trunk/; revision=12625
2004-11-30Make ethereal dissect application/pkix-crl CertificateRevocationLists over ↵Ronnie Sahlberg3-2/+66
HTTP. svn path=/trunk/; revision=12624
2004-11-30when creating a new subset tvb for a field for further dissection by child ↵Ronnie Sahlberg1-5/+14
dissectors, then if the original tvb is short and doesnt contain enough data, try to create a new subset tvb with as much data we do have instead of just bailing out. svn path=/trunk/; revision=12623
2004-11-29Make rtnet plugin compile again with MSVCLars Roland1-10/+15
and some white space cleanup. svn path=/trunk/; revision=12622
2004-11-29Add another length check.Gerald Combs1-0/+6
svn path=/trunk/; revision=12621
2004-11-29Get rid of a debug message.Guy Harris1-1/+0
svn path=/trunk/; revision=12620
2004-11-29Check for an overly large header length value in order to avoid an integer Gerald Combs1-4/+11
overflow. svn path=/trunk/; revision=12619
2004-11-29new protocol : RFC2560 Online Certificate Status ProtocolRonnie Sahlberg8-0/+1530
svn path=/trunk/; revision=12618
2004-11-29export some more sympols from PKIX1EXPLICITRonnie Sahlberg9-45/+306
svn path=/trunk/; revision=12617
2004-11-29Export AuthorityInfoAccessSyntax from pkix1implicitRonnie Sahlberg4-2/+7
svn path=/trunk/; revision=12616
2004-11-28From LEGO if Mate is pressent call it.Anders Broman1-0/+5
svn path=/trunk/; revision=12615
2004-11-28Bugfixes- handle zero length bytecode, handle end-off-message with implied ↵Anders Broman1-7/+22
parameters(udvm initialised to zero). svn path=/trunk/; revision=12614
2004-11-28BugfixesAnders Broman1-67/+56
svn path=/trunk/; revision=12613
2004-11-28Change number of bytes displayed in bytes_to_string to 48 to facilitate ↵Anders Broman1-1/+1
display of sha1 digest of 20 bytes. svn path=/trunk/; revision=12612
2004-11-28Update manuf and FAQJörg Mayer3-48/+328
svn path=/trunk/; revision=12611
2004-11-28new protocol : RFC3820 PKIXProxyRonnie Sahlberg8-0/+478
svn path=/trunk/; revision=12610
2004-11-28The recent length check added to proto_tree_add_string() revealed aGerald Combs2-23/+33
couple of problems when reading the PROTOS SNMP captures. Check for integer overflows in dissect_snmp_pdu and asn1_null_decode. svn path=/trunk/; revision=12609
2004-11-27it appears that a SES_REFUSE spdu actually contains a CMIP-A-ASSOCIATE and ↵Ronnie Sahlberg2-2/+2
not a CMIP-A-ABORT svn path=/trunk/; revision=12608
2004-11-26prettify the printing of the octet_format field which is really just a BCDRonnie Sahlberg5-30/+105
svn path=/trunk/; revision=12607
2004-11-26New protocol: RFC3709 LogotypeCertificateExtensionsRonnie Sahlberg8-0/+1115
svn path=/trunk/; revision=12606
2004-11-25update dissection of unknown blobs to try to dissect even more stuff.Ronnie Sahlberg1-15/+57
svn path=/trunk/; revision=12605
2004-11-25 updates to prettify a bit when attempting to dissect an unknown blobRonnie Sahlberg1-4/+27
svn path=/trunk/; revision=12604
2004-11-25try to print an IPAddress as an ip address and not as a 4 byte octet stringRonnie Sahlberg4-10/+23
svn path=/trunk/; revision=12603
2004-11-25from Stig: change the draft number for NAT-DRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12602
2004-11-25From Giles Scott : updates to packet-nt-sonmp.cRonnie Sahlberg1-40/+29
svn path=/trunk/; revision=12601
2004-11-24Somethimes its difficult to get it right *sighAnders Broman1-1/+1
svn path=/trunk/; revision=12600
2004-11-24From LEGO: make the request id and operation filterableRonnie Sahlberg1-21/+29
svn path=/trunk/; revision=12599
2004-11-24The code didn't even compile: removed a superfluous (Jörg Mayer1-1/+1
svn path=/trunk/; revision=12598
2004-11-24Set svn properties - without them, compilation with gcc would fail on UnixJörg Mayer2-3021/+3022
svn path=/trunk/; revision=12597
2004-11-24Fix a faulty IF statement, deflate should work now.Anders Broman1-3/+3
svn path=/trunk/; revision=12596
2004-11-24add some 3gpp2 AVP:s to packet-radius.c and use "vendor" table packet-3g-a11.cAnders Broman2-4/+124
svn path=/trunk/; revision=12595
2004-11-24Change "Ericsson" string Anders Broman2-5/+5
svn path=/trunk/; revision=12594
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris15-102/+187
Ethernet frames, one for encapsulated frames that include an FCS and one for encapsulated frames that don't include an FCS. Use the appropriate versions. In the ISL dissector, do the same sort of processing we do in the Ethernet dissector to figure out whether the frame has a trailer or not and whether it has an FCS or not. svn path=/trunk/; revision=12593
2004-11-24Fix some typoes.Guy Harris1-15/+15
svn path=/trunk/; revision=12592
2004-11-24We export flags_set_truth - add it to libethereal.def.Guy Harris1-0/+1
svn path=/trunk/; revision=12591
2004-11-24Only interpret a frame as an FW1 header if it looks like one, as per aGuy Harris1-5/+8
patch from Yaniv Kaul. svn path=/trunk/; revision=12590
2004-11-24From Yaniv Kaul: the authentication token might be NTLMSSP or it mightGuy Harris1-8/+13
be GSS-API. svn path=/trunk/; revision=12589
2004-11-24From Lane Hu: add support for more IPMI commands.Guy Harris2-11/+4685
svn path=/trunk/; revision=12588
2004-11-24From Erwin Rol: Dissect DMX in a readable format, and other updates.Guy Harris3-82/+500
svn path=/trunk/; revision=12587
2004-11-24From Francisco Alcoba: handle RTP over IPv6.Guy Harris1-30/+41
svn path=/trunk/; revision=12586
2004-11-24From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.Guy Harris7-20/+253
svn path=/trunk/; revision=12585
2004-11-24Updates from Erwin Rol.Guy Harris4-336/+640
svn path=/trunk/; revision=12584