aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2005-11-23From Greg Morris:Anders Broman1-3/+415
2005-11-23From Greg Morris:Anders Broman1-12/+63
2005-11-23fixed typoTomas Kukosa1-1/+1
2005-11-23From Stig BjørlykkeAnders Broman4-58/+103
2005-11-23From Stig BjørlykkeAnders Broman2-0/+475
2005-11-22Add dissection of Transparent Inter Process Communication (TIPC). Anders Broman2-0/+552
2005-11-22Trivial warning fixesJörg Mayer17-26/+29
2005-11-22Remove unnecessary code to add NULLs to strings obtained with ASN1_STRING_VAL...Richard Sharpe1-7/+0
2005-11-22Remove a comment that says we don't support extensibleMatch, because we now d...Richard Sharpe1-2/+0
2005-11-22A first pass at providing a dissector for extensibleMatch filters.Richard Sharpe1-9/+183
2005-11-21from MetzeRonnie Sahlberg1-252/+254
2005-11-21Add ethertype for TIPCAnders Broman1-51/+52
2005-11-20When registering a context ID and OID, set the OID to NULL if we don'tGuy Harris1-1/+2
2005-11-20if the packet is mangled the oid string might be NULL.Ronnie Sahlberg2-2/+9
2005-11-19Use VendorID from sminmpec.Anders Broman1-26/+42
2005-11-19fix for bug 570, the domain name is present in sessionsetupandx replies eve...Ronnie Sahlberg1-1/+1
2005-11-19fix bug 588 and friendsRonnie Sahlberg1-26/+50
2005-11-19the 4 bytes in MxAc are access maxk not file attributesRonnie Sahlberg1-1/+1
2005-11-19prettificationRonnie Sahlberg1-7/+7
2005-11-19decode the extra blob at the end of Create callsRonnie Sahlberg1-20/+144
2005-11-18update to SMB2_FILE_ALL_INFO dissectionRonnie Sahlberg1-140/+234
2005-11-18Don't crash if a null OID pointer is passed toGuy Harris1-2/+6
2005-11-18dissect some more infolevelsRonnie Sahlberg3-62/+62
2005-11-17add dissection of more infolevels for smb2Ronnie Sahlberg3-14/+74
2005-11-17add dissection of fs_[objectid|full_size]_infoRonnie Sahlberg3-46/+122
2005-11-17 add dissection of fs quota infoRonnie Sahlberg3-1/+31
2005-11-17add full dissection of fs_[volume|size|device|atrtibute]_infoRonnie Sahlberg3-117/+186
2005-11-17add dissection of the security descriptor maskRonnie Sahlberg3-3/+48
2005-11-17The SHA-1 routines now take const pointers; don't cast away constness.Guy Harris2-7/+5
2005-11-17Get rid of some char * vs. const char * warnings, and declare a functionGuy Harris2-4/+4
2005-11-17Get rid of an unused variable.Guy Harris1-1/+0
2005-11-17decode the create flagsRonnie Sahlberg1-10/+51
2005-11-17add more updates from the wikiRonnie Sahlberg1-33/+65
2005-11-17start updating the dissector from wiki updates doneRonnie Sahlberg1-130/+334
2005-11-17Squelch some const vs. non-const warnings.Guy Harris2-2/+2
2005-11-17Include <epan/emem.h> to declare ep_alloc().Guy Harris1-0/+1
2005-11-17"dissect_ber_object_identifier_str" expects a "const char **" as itsGuy Harris1-2/+2
2005-11-16add the rest of Graeme Lunts patchRonnie Sahlberg9-0/+13513
2005-11-16Decose APN messages correctly.Anders Broman1-22/+85
2005-11-16 add dissection of buffercodeRonnie Sahlberg1-99/+73
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...Ronnie Sahlberg4-4/+6
2005-11-16Display AVP:s of Dimater type Unsigned32 as such even when they have "value t...Anders Broman2-7/+41
2005-11-16From Greg Morris;Anders Broman1-19/+21
2005-11-16From Graeme Lunt:Anders Broman15-153/+1278
2005-11-15Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes areGuy Harris1-28/+17
2005-11-15add decoding of extended attributesRonnie Sahlberg1-0/+142
2005-11-14improvements in value constraint supportTomas Kukosa7-40/+44
2005-11-14move the include of emem.h a bit further downRonnie Sahlberg2-3/+3
2005-11-14some more infol;evels decodedRonnie Sahlberg1-16/+188
2005-11-14Fix the declaration of gssapi_lookup_oid_str() to match its definition.Guy Harris1-1/+1