aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-05-19Make the SliMP3 dissector a "new-style" dissector, so it rejects packetsGuy Harris1-8/+19
2007-05-19There's more than one IE table; instead of fixing up all the IE tablesGuy Harris1-14/+10
2007-05-19distclean fix (delete dtd_grammar.h)Sebastien Tandel1-0/+3
2007-05-19Get rid of unused variables.Guy Harris1-10/+8
2007-05-18From Dustin Johnson:Gerald Combs4-13/+70
2007-05-18Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item().Anders Broman1-249/+39
2007-05-18- show service val in protocol tree label (there can be multiple of them)Martin Mathieson1-2/+9
2007-05-18Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman5-139/+219
2007-05-18include dtd_parse.h in the distributionSebastien Tandel1-1/+1
2007-05-18RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)Tomas Kukosa3-96/+2361
2007-05-18this error is returned in srvsvc when a SessDel fails because no matching ses...Ronnie Sahlberg2-0/+2
2007-05-17uat_load.c is moved to generated filesSebastien Tandel1-2/+2
2007-05-17Try WEP decryption before WPA. This keeps us from returningGerald Combs1-113/+110
2007-05-17Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel3-35/+53
2007-05-17include string.h to import memcpy and memset functions signaturesSebastien Tandel1-1/+3
2007-05-17add a new dos error codeRonnie Sahlberg2-0/+2
2007-05-16Terminate the strings of the various parts and advance the write pointer.Luis Ontanon1-0/+1
2007-05-16Allow Via sigcomp-id parameter name to be matched properly.Martin Mathieson1-1/+1
2007-05-16RNSAP updated to V7.4.0 (2007-03)Tomas Kukosa1-103/+5692
2007-05-16from metzeRonnie Sahlberg1-14/+13
2007-05-16use some by mistake unused typesTomas Kukosa1-70/+93
2007-05-16start prettifying SRVSVCRonnie Sahlberg2-10/+28
2007-05-15we must provide a hfinfo field when dissecting a dcerpc integer or else Ronnie Sahlberg2-2887/+2465
2007-05-15when spawning off to the next smb2 pdu in a chain we need to create a Ronnie Sahlberg1-2/+7
2007-05-15add dissection of the end_of_chain bit in the header flagsRonnie Sahlberg2-0/+11
2007-05-15from metzeRonnie Sahlberg2-51/+161
2007-05-15from metzeRonnie Sahlberg1-19/+39
2007-05-15Fix problem from previous commit (confused myself with FT_UINT_STRING needing...Martin Mathieson1-5/+14
2007-05-15TBCP fixes:Martin Mathieson1-16/+27
2007-05-15get rid of the rest of dummy ASN.1 code and switch()Tomas Kukosa1-1269/+1159
2007-05-15since the fid dissector helper now adds a lot of extra info to the treeRonnie Sahlberg1-1/+1
2007-05-15ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 â€...Tomas Kukosa3-464/+384
2007-05-15support for value range and unions in permitted alphabetTomas Kukosa2-6/+6
2007-05-15prettify the server_name component of NetWkstaTransportEnumRonnie Sahlberg2-1/+2
2007-05-15actx in the rest of dissect_ber..()lAnders Broman64-2018/+2063
2007-05-14Attempt to fix bug 1360.Jaap Keuter1-8/+6
2007-05-14From Dustin Johnson: Fix a couple of spelling errors. Normalize the displayGerald Combs1-10/+4
2007-05-14remove packet-rnsap.h which was emptyTomas Kukosa1-1/+0
2007-05-14- give NACK reason codes in hex rather than decimalMartin Mathieson1-39/+39
2007-05-14fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this fu...Tomas Kukosa1-1/+1
2007-05-14- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)Tomas Kukosa2-19213/+20162
2007-05-14fix a bug found while fuzz testing the opcua dissector:Ulf Lamping1-2/+11
2007-05-14- support of constraint unionsTomas Kukosa1-2/+2
2007-05-14- more variants of dissect_per_open_type_*()Tomas Kukosa4-44/+109
2007-05-13replace an incorrect '{' with ';' in the ber header fileRonnie Sahlberg2-2/+2
2007-05-13actx in ber_externalAnders Broman2-2/+2
2007-05-13Try to make the buildbot happy.Anders Broman1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman101-27131/+28378
2007-05-12From bug 1492: Fortify layer name presentation.Jaap Keuter1-5/+5
2007-05-12Fix a bunch of spelling errors.Gerald Combs1-37/+37