aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-11-16From Graeme Lunt:etxrab15-153/+1278
2005-11-15Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes areguy1-28/+17
2005-11-15add decoding of extended attributessahlberg1-0/+142
2005-11-14improvements in value constraint supportkukosa7-40/+44
2005-11-14move the include of emem.h a bit further downsahlberg2-3/+3
2005-11-14some more infol;evels decodedsahlberg1-16/+188
2005-11-14Fix the declaration of gssapi_lookup_oid_str() to match its definition.guy1-1/+1
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa21-230/+168
2005-11-13Fix Bug 566 H.263: in display filters, ftype bit masked by sbit etxrab1-1/+1
2005-11-13Fix the lenght calculation.etxrab1-0/+7
2005-11-12prettify read/writesahlberg1-2/+16
2005-11-12prettify smb2sahlberg1-2/+20
2005-11-12from martin marthiesonsahlberg1-222/+365
2005-11-12from Laurent Constantinsahlberg1-20/+154
2005-11-12if we get the error BUTTER_TOO_SMALL coming back in a getinfo reply the dat...sahlberg1-0/+14
2005-11-12the timestamps of negprot are knownsahlberg1-4/+14
2005-11-12 improve the dissection of Create and fill in most of the fieldssahlberg3-39/+128
2005-11-12(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):ulfl2-3/+162
2005-11-12dissect more of Close request/responsesahlberg3-6/+18
2005-11-12add initial decode of dcerpc over smb2sahlberg3-8/+74
2005-11-12in order to handle dcerpc over smb2 later and to make the heuristics stronger...sahlberg2-49/+151
2005-11-12start separating things out into structuressahlberg2-115/+140
2005-11-12 a guid is only 16 bytes so dont highlight 20 bytes in the hexpanesahlberg1-1/+1
2005-11-12Update to samba 11681jmayer1-17/+0
2005-11-12Propset svn:...jmayer2-2/+2
2005-11-11in smb2 the file handles are not normal context handles they are just a ...sahlberg3-27/+85
2005-11-11fix:etxrab1-130/+145
2005-11-11start decoding notify requestssahlberg1-1/+20
2005-11-11dissect READ packetssahlberg1-2/+78
2005-11-11write offset is 32 bits so is write lengthsahlberg1-4/+11
2005-11-11 add allocation sizesahlberg1-4/+20
2005-11-11add decode of endoffile for file infolevel 0x12sahlberg1-2/+14
2005-11-11class:3 level:0 is just a normal nt security descvriptorsahlberg1-0/+40
2005-11-11opcode 0x0c is Cancelsahlberg1-1/+1
2005-11-11opcode 0x0f is Notifysahlberg1-1/+1
2005-11-11SMB2_FILE_INFO_0a structure which is used with SetInfo to rename a filesahlberg1-0/+63
2005-11-11dont dereference null pointerssahlberg1-6/+6
2005-11-11the uid is 64 bitssahlberg1-11/+3
2005-11-11from albert chinsahlberg1-4/+14
2005-11-11break out some structures into packet-smb2.h so we can start tapping in latersahlberg3-17/+52
2005-11-11Don't use null values for blurbs in header fields.gerald1-8/+8
2005-11-10start decoding SMB2_FILE_INFO_22sahlberg1-0/+45
2005-11-10from albert chansahlberg1-2/+2
2005-11-10from albert chinsahlberg2-4/+4
2005-11-10use the policy_handle framework for dcerpc to trach which frame a policy h...sahlberg1-10/+59
2005-11-10Don't pass signed characters to the <ctype.h> macros.guy2-9/+8
2005-11-10Include <ctype.h> to declare "isprint()".guy1-0/+1
2005-11-10There's no guarantee that BYTE_ORDER is defined as anything useful, andguy1-8/+2
2005-11-09From Andrei Emeltchenkoetxrab1-46/+135
2005-11-09add initial decode for SMB2_FS_INFO_01sahlberg1-0/+32