aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-05-08LDAP attribute type dissector framework including support for "netlogon" attr...Graeme Lunt3-390/+402
2006-05-08Better split between dissectors and fixes for s4406 SEQ OF defined extensionsGraeme Lunt3-27/+224
2006-05-08FT_STRING => FT_OID where applicableGraeme Lunt2-2/+2
2006-05-08Fix bug 926 OID wrongly decoded.Anders Broman1-16/+29
2006-05-08use request/response tracking structure from NDMP and hang a scsi itlq nexus ...Ronnie Sahlberg1-32/+35
2006-05-08add tracking of request/response and responsetime to ndmpRonnie Sahlberg1-0/+69
2006-05-07From Bill Meier:Anders Broman1-50/+58
2006-05-07Fix an ASN1 error and use the IAANA registered ports.Anders Broman1-42/+52
2006-05-06from Chris AudleyRonnie Sahlberg1-9/+34
2006-05-05update the itl structure so that it sets the cmdset field to the current comm...Ronnie Sahlberg2-16/+33
2006-05-05add two missing DCOM Dispatch error codesUlf Lamping1-0/+2
2006-05-05fix dissection of IDispatch Invoke dissection, if rgdispidNamedArgs array isn...Ulf Lamping1-8/+2
2006-05-05fix VARIANT BOOL meaningUlf Lamping1-2/+2
2006-05-04fix spelling: PROFInet -> PROFINETUlf Lamping2-2/+2
2006-05-04From LEGO fix "Dissector bug, Protocol H248"Anders Broman2-4/+4
2006-05-04From Menno AndriesseJaap Keuter1-1/+5
2006-05-04From: Thomas BoehneJaap Keuter1-0/+1
2006-05-04force the AssertionValue type to be displayed as a STRING instead of as hex B...Ronnie Sahlberg1-17/+17
2006-05-04from Guenther DeschnerRonnie Sahlberg1-0/+2
2006-05-03col_append_str() instead of col_set_str() by mistake.Anders Broman1-2/+2
2006-05-03Use the asn2eth generated snmp dissector.Anders Broman2-1607/+2276
2006-05-03Add dissection of country code if number is in international format and Numbe...Anders Broman2-0/+175
2006-05-03Fix Bug 916 PurgeMS decoding error in GSM MAP.Anders Broman1-92/+55
2006-05-03do some template magic to make ethereal dissect CLDAP RPC again.Ronnie Sahlberg2-52/+456
2006-05-03From Paolo Abeni:Anders Broman3-57/+129
2006-05-03From Andrei Emeltchenko:Anders Broman1-5/+26
2006-05-02Fix Bug 913 DateAndTime dissection error in CAMEL CallInfoReportArg Anders Broman1-5/+5
2006-05-02Do the ESP payload decoding, and pass it to the subdissector, regardlessGuy Harris1-672/+713
2006-05-02Makefiles for OMA UserPlane Location Protocol packet dissection..Anders Broman1-0/+2
2006-05-02Add OMA UserPlane Location Protocol packet dissectorAnders Broman2-0/+3464
2006-05-02MSVC is picky about assignments in declarations.Anders Broman1-2/+2
2006-05-02Not all compilers support unnamed struct/union fields withinGuy Harris2-14/+14
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez26-56/+819
2006-05-02implement decryption of and dissection ofRonnie Sahlberg1-4/+190
2006-05-02Add newlines to the ends of the files.Guy Harris1-1/+1
2006-05-01Include <epan/strutil.h> to define g_ascii_isprint() on systems withGuy Harris1-6/+7
2006-05-01Operation request/result correlation and timing.Graeme Lunt2-71/+247
2006-05-01Use the asn2eth generated ldap dissector.Anders Broman2-2426/+2442
2006-05-01Preference to disable BER length sanity check (needed for asn2eth LDAP dissec...Graeme Lunt1-6/+13
2006-05-01MS KDC sends a PA_DATA with a magic salt containing an nt status code also fo...Ronnie Sahlberg1-2/+2
2006-05-01It's g_strdup_printf(), not g_sprintf_alloc().Guy Harris1-3/+4
2006-05-01remove a test for NULL we dont need since itlq can not be null here and thus weRonnie Sahlberg1-2/+2
2006-05-01Handle the case where we *can't* determine the pathname in which to findGuy Harris2-46/+104
2006-05-01Have "pdu_store_sequencenumber_of_next_pdu()" return the newly-allocatedGuy Harris1-23/+46
2006-05-01UDP and SCTP aren't byte-stream protocols, so they don't offer TCP-styleGuy Harris1-3/+106
2006-04-30Operational Attributes and SyntaxesGraeme Lunt6-73/+1094
2006-04-30Fix for bug 881. Adding processing of error packet when server greeting is ex...Jaap Keuter1-20/+51
2006-04-30tcp reassembly updatesRonnie Sahlberg1-216/+69
2006-04-30Constify some stuff, to eliminate compiler warnings and to make a tableGuy Harris1-3/+3
2006-04-30No C++/C99 comments, please (GCC warns about them in the SolarisGuy Harris1-3/+3