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