aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-10-02Set correct length for extensions rootMartin Mathieson1-1/+1
2006-09-30fix for header digest detection being broken when AHS is used.Ronnie Sahlberg1-4/+6
2006-09-30add dissection of the cdb for service action LISTRonnie Sahlberg1-1/+137
2006-09-30the ahs length inside the AHS for an extended cdb includes the reserved byte ...Ronnie Sahlberg1-4/+4
2006-09-30fix a typoUlf Lamping1-1/+1
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt3-2/+21
2006-09-30remove compiler warningsUlf Lamping1-2/+2
2006-09-30 add dissection of SCSI OSD CREATE PARTITIONRonnie Sahlberg1-0/+70
2006-09-30finish off the remainder of FORMAT OSD for scsi osd dissectorRonnie Sahlberg1-2/+72
2006-09-30scsi osd updatesRonnie Sahlberg2-5/+139
2006-09-30remove a warningUlf Lamping1-1/+1
2006-09-30add an extra_data pointer to the itlq structure where specific commandsets/cd...Ronnie Sahlberg5-6/+120
2006-09-30scsi opcode 0x7f is variable length so dont clamp the cdb length to 16 bytesRonnie Sahlberg1-4/+11
2006-09-30scsi osd additionsRonnie Sahlberg2-19/+230
2006-09-29from Stephen Fisher:Ulf Lamping3-14/+20
2006-09-29MSVC doesn't like empty array initsUlf Lamping1-2/+2
2006-09-29Update Diamater and Radius AVP:sAnders Broman1-48/+54
2006-09-29Fix for bug 1133:Jaap Keuter1-2/+5
2006-09-29Dissect Via headerMartin Mathieson1-8/+309
2006-09-29From Nicolas DICHTEL:Jaap Keuter1-1/+1
2006-09-29add a missing heuristic to acept a NOP_IN packet and correct a broken heurist...Ronnie Sahlberg1-4/+18
2006-09-29From Reinhard Speyerer:Tomas Kukosa1-1/+1
2006-09-29add initial scsi osd dissector but only dissect sdbs that are impoerted from...Ronnie Sahlberg5-19/+457
2006-09-29move the defines for SPC command opcode values to the headerfileRonnie Sahlberg2-32/+33
2006-09-29Update some value_stringsAnders Broman1-9/+47
2006-09-29From Martin Peylo:Anders Broman1-485/+645
2006-09-28From Nicolas DICHTEL:Jaap Keuter2-13/+39
2006-09-28From stephen fisher:Ronnie Sahlberg4-6/+184
2006-09-28additional scsi sense codes from patrick@abra2.bitwizard.nlRonnie Sahlberg1-1/+10
2006-09-28Hi,Ronnie Sahlberg1-1/+1
2006-09-28From Alex BurlygaRonnie Sahlberg1-29/+249
2006-09-27EFS is generated by PIDL now so we dont need the old idl2wrs folder any moreRonnie Sahlberg5-241/+0
2006-09-27generate the EFS DCERPC interface dissector using PIDLRonnie Sahlberg4-825/+930
2006-09-27From Florent Drouin:Anders Broman7-113/+1777
2006-09-27Handle unaligned dissect_per_length_determinant and dissect_per_restricted_ch...Anders Broman1-34/+115
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon5-35/+51
2006-09-27Dissect sequence number & method name of CSeq header.Martin Mathieson1-15/+53
2006-09-27add new dcerpc protocol WZCSVC based on samba4 idlRonnie Sahlberg5-0/+482
2006-09-27Add a simple lua console to allow evaluation of conde into init.luaLuis Ontanon1-0/+25
2006-09-26Don't try to build wslua if LUA_DIR isn't defined.Gerald Combs1-7/+15
2006-09-26Fix distcheck errors. Add epan/wslua to the list of distributionGerald Combs2-8/+11
2006-09-26- Mark the multipart type as a generated field.Martin Mathieson1-8/+12
2006-09-26Re-enable lua as the windows version is already there.Luis Ontanon1-1/+1
2006-09-26wslua_init() must return a valueLuis Ontanon1-1/+1
2006-09-26Lua 5.1.1 for windowsLuis Ontanon4-51/+79
2006-09-26Complete the workarround of prev rev, temporarilly disabling lua from unix as...Luis Ontanon1-1/+1
2006-09-26Since there's no Lua headers in windows yet, as a temporary workarround just ...Luis Ontanon1-1/+1
2006-09-25update the idl for wkssvc and generate the dissector by pidlRonnie Sahlberg4-1399/+4094
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon21-4/+6859
2006-09-24Handle Zero length SEQUENCE and SEQUENCE OF.Anders Broman1-13/+34