aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-08-28add a new this/that flag valueUlf Lamping1-0/+1
2006-08-28minor format string changeUlf Lamping1-2/+2
2006-08-28add some more right-hand-side infos of the tower dataUlf Lamping1-1/+6
2006-08-28Fix length check for IP packets with options.Jaap Keuter1-2/+2
2006-08-28Donald White <donald_white@qwest.net>Jörg Mayer1-4/+4
2006-08-28Fix the decoding of SLP attributes. Open SLP has the ability to pass back mul...Greg Morris1-60/+97
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa9-28/+90
2006-08-28More release 6 changes.Anders Broman1-95/+95
2006-08-28Don't abort the entire program if we have bad data. Just mark theGerald Combs1-35/+36
2006-08-27Do some more of the relase 6 stuff.Anders Broman3-134/+519
2006-08-27squelch some compiler warningsUlf Lamping3-43/+41
2006-08-27An octet string form of the ASO-qualifier used by some systems from the days...Graeme Lunt2-4/+27
2006-08-27Register tpkt as a dissector so subdissectors can register tpkt on ports othe...Graeme Lunt1-0/+1
2006-08-27Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.Graeme Lunt2-25/+161
2006-08-26U3 packaging, utility and Wireshark modifications that allows Wireshark to be...Graeme Lunt2-41/+74
2006-08-26two more chunksRonnie Sahlberg1-0/+66
2006-08-26fix wrong constant in a valuestringRonnie Sahlberg1-1/+66
2006-08-26initial PNG dissector (Portable Network Graphics)Ronnie Sahlberg2-0/+301
2006-08-26Don't define the Aironet/Cisco Wireless OUI ourselves; get it fromGuy Harris1-4/+4
2006-08-26Fix some compiler warnings (some by getting rid of variables unused ifGuy Harris1-3/+5
2006-08-26Don't use %ld for guint64 - use PRIu64. (Also, don't use %d for guint32Guy Harris1-3/+3
2006-08-25remove the code that conditionally dissects LG only if IG is setRonnie Sahlberg1-16/+4
2006-08-25from Stephen FRonnie Sahlberg1-24/+36
2006-08-25commit forgotten fileTomas Kukosa1-0/+30
2006-08-25If the length of a GSS token is zero, it's a null token, and the opaqueGuy Harris1-13/+15
2006-08-25new ssl_dissector_add() function which can be called from another dissectors ...Tomas Kukosa5-81/+106
2006-08-25From Erwin Rol:Anders Broman2-0/+618
2006-08-24Make sure a string pointer exists before we try to use it. Fixes bug 1050.Gerald Combs1-60/+60
2006-08-24BSSGP: Wrong length on IE and preparation to export IE dissection.Anders Broman5-45/+96
2006-08-24From Jeff Morriss:Anders Broman1-1/+1
2006-08-24Dissect 'User Location Information' IE and MS Time Zone' IE.Anders Broman3-37/+73
2006-08-23From Toralf Foerster (in bug 1044):Jaap Keuter1-3/+4
2006-08-23testdrive the request/response README and implement request/response matching...Ronnie Sahlberg1-0/+106
2006-08-23Counter64 should be a FT_UINT64 and not a FT_UINT32Ronnie Sahlberg1-2/+2
2006-08-23move the include for emem.h so that size_t is defined before emem.h is invokedRonnie Sahlberg1-1/+1
2006-08-22From David Buechi:Anders Broman5-0/+1599
2006-08-22From Florent Drouin:Gerald Combs1-5/+6
2006-08-22Fix iuup.delta FT_ type mismatchMartin Mathieson1-1/+1
2006-08-21Squelch a compiler warning.Guy Harris1-1/+1
2006-08-21From Florent Drouin:Anders Broman1-22/+104
2006-08-21From Florent Drouin:Anders Broman1-21/+61
2006-08-21From Florent Drouin:Anders Broman1-3/+18
2006-08-21prettify the MMS dissector by at least putting the pdu name in the info columnRonnie Sahlberg1-1/+11
2006-08-21 from Angel de JuanRonnie Sahlberg2-10/+3098
2006-08-21get rid of a rotating bufferRonnie Sahlberg1-7/+2
2006-08-21move a few arrays off the stackRonnie Sahlberg2-8/+19
2006-08-21remove two hashtables and replace with binary treesRonnie Sahlberg1-79/+83
2006-08-21Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame...Martin Mathieson1-0/+1
2006-08-21Use FT_UINT_STRING for TBCP DENY reason-phraseMartin Mathieson1-24/+7
2006-08-20Dissect some more H.245 messages in MEGACOAnders Broman3-76/+78