aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-20 in LDAP over TCPRonnie Sahlberg1-94/+81
2006-08-20we have to search for multisegments starting PRIOR to the start of the curren...Ronnie Sahlberg1-5/+4
2006-08-19add some well known rids from s4 security.idl and code to show the name of th...Ronnie Sahlberg2-1/+30
2006-08-19Fix some g_warning() calls.Guy Harris1-2/+5
2006-08-19Fix some format strings and format string arguments.Guy Harris1-3/+3
2006-08-19Squelch a compiler warning.Guy Harris1-3/+4
2006-08-19Define "char_def_alphabet_ext_decode()" with a return type - and defineGuy Harris1-0/+1
2006-08-19Squelch a compiler warning.Guy Harris1-4/+5
2006-08-18Fix CID 209 (possible NULL dereference).Gerald Combs1-2/+2
2006-08-18From Gisle Vanem: export the new GUID functions.Guy Harris1-0/+4
2006-08-18Add an attribution.Gerald Combs1-0/+3
2006-08-18guids are not olnly used in dcerpc interfaces and they often occur in many ...Ronnie Sahlberg1-3/+0
2006-08-18change the guid mapping code to use a tree isntead of a hashtableRonnie Sahlberg1-101/+124
2006-08-18from stephen fRonnie Sahlberg4-0/+171