aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris2-0/+17
2004-12-02From David Fort: the DNS RR type number for IPSECKEY will be changing toGuy Harris1-7/+5
2004-12-01Replace GRE_FR with ETHERTYPE_RAW_FR.Gerald Combs1-1/+1
2004-12-01Make the Ericsson internal decode of IP addresses a preference instead of IF ...Anders Broman1-24/+24
2004-12-01Fix a typo.Guy Harris2-2/+2
2004-12-01Add some ethertypesAnders Broman2-1/+3
2004-12-01Catch a couple of integer overflows.Gerald Combs1-0/+10
2004-12-01Don't access memory that may have been freed.Gerald Combs1-3/+8
2004-12-01From Jelmer Vernooij: BitTorrent support.Guy Harris2-0/+303
2004-12-01From Marc Poulhies: fix the handling of the authentication option whenGuy Harris1-4/+5
2004-12-01From Martin Regner: support for the parts of H.245 version 10 that areGuy Harris1-7/+176
2004-12-01From Yaniv Kaul: adds LZS as a compression method, per 'Transport LayerGuy Harris1-0/+1
2004-12-01Squelch some compiler warnings.Guy Harris1-2/+2
2004-12-01According to the part of the DCE RPC spec atGuy Harris1-4/+7
2004-12-01Get rid of a long-obsolete comment.Guy Harris1-6/+0
2004-12-01bytes_to_str() returns a static value. Don't g_free() it.Gerald Combs1-2/+1
2004-11-30Fix port preference handling.Anders Broman1-2/+7
2004-11-30New dissector for NSIP from Susanne Edlund, default port2 changed to unalloca...Anders Broman2-0/+1286
2004-11-30Replace a few instances of match_strval() with val_to_str().Gerald Combs2-8/+9
2004-11-30Make ethereal dissect application/pkix-crl CertificateRevocationLists over ...Ronnie Sahlberg2-2/+35
2004-11-30when creating a new subset tvb for a field for further dissection by child di...Ronnie Sahlberg1-5/+14
2004-11-29Add another length check.Gerald Combs1-0/+6
2004-11-29Get rid of a debug message.Guy Harris1-1/+0
2004-11-29Check for an overly large header length value in order to avoid an integer Gerald Combs1-4/+11
2004-11-29new protocol : RFC2560 Online Certificate Status ProtocolRonnie Sahlberg3-0/+1120
2004-11-29export some more sympols from PKIX1EXPLICITRonnie Sahlberg4-17/+235
2004-11-29Export AuthorityInfoAccessSyntax from pkix1implicitRonnie Sahlberg2-2/+3
2004-11-28From LEGO if Mate is pressent call it.Anders Broman1-0/+5
2004-11-28Bugfixes- handle zero length bytecode, handle end-off-message with implied pa...Anders Broman1-7/+22
2004-11-28BugfixesAnders Broman1-67/+56
2004-11-28Change number of bytes displayed in bytes_to_string to 48 to facilitate displ...Anders Broman1-1/+1
2004-11-28new protocol : RFC3820 PKIXProxyRonnie Sahlberg3-0/+268
2004-11-28The recent length check added to proto_tree_add_string() revealed aGerald Combs1-23/+23
2004-11-27it appears that a SES_REFUSE spdu actually contains a CMIP-A-ASSOCIATE and n...Ronnie Sahlberg1-1/+1
2004-11-26prettify the printing of the octet_format field which is really just a BCDRonnie Sahlberg2-30/+66
2004-11-26New protocol: RFC3709 LogotypeCertificateExtensionsRonnie Sahlberg3-0/+850
2004-11-25update dissection of unknown blobs to try to dissect even more stuff.Ronnie Sahlberg1-15/+57
2004-11-25 updates to prettify a bit when attempting to dissect an unknown blobRonnie Sahlberg1-4/+27
2004-11-25try to print an IPAddress as an ip address and not as a 4 byte octet stringRonnie Sahlberg2-9/+15
2004-11-25from Stig: change the draft number for NAT-DRonnie Sahlberg1-2/+2
2004-11-25From Giles Scott : updates to packet-nt-sonmp.cRonnie Sahlberg1-40/+29
2004-11-24Somethimes its difficult to get it right *sighAnders Broman1-1/+1
2004-11-24From LEGO: make the request id and operation filterableRonnie Sahlberg1-21/+29
2004-11-24The code didn't even compile: removed a superfluous (Jörg Mayer1-1/+1
2004-11-24Set svn properties - without them, compilation with gcc would fail on UnixJörg Mayer2-3021/+3022
2004-11-24Fix a faulty IF statement, deflate should work now.Anders Broman1-3/+3
2004-11-24add some 3gpp2 AVP:s to packet-radius.c and use "vendor" table packet-3g-a11.cAnders Broman2-4/+124
2004-11-24Change "Ericsson" string Anders Broman2-5/+5
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris14-99/+184
2004-11-24Fix some typoes.Guy Harris1-15/+15