summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-04-06From: Martin MathiesonJaap Keuter2-80/+73
2006-04-06change iscsi to track transaction data in a fc_exchange_data structure just...Ronnie Sahlberg1-29/+29
2006-04-06remove the hashtables for pdu tracking and replace with an se_treeRonnie Sahlberg1-162/+17
2006-04-06attach the iscsi_session to the conversation instead of using a hashtable to ...Ronnie Sahlberg1-49/+19
2006-04-06get rid of a field we are not usingRonnie Sahlberg1-1/+0
2006-04-06add a field for storing the scsi opcode in the exchange struct.Ronnie Sahlberg2-1/+3
2006-04-06use the fc exchange structure to track LUN values from fcp command all the w...Ronnie Sahlberg3-149/+19
2006-04-06use the fc exchange data to track fcp response timesRonnie Sahlberg1-3/+35
2006-04-06make fc pass the fchdr structure as pinfo->private data to higher layer proto...Ronnie Sahlberg1-0/+7
2006-04-06remove another field from a structure that we never use.Ronnie Sahlberg1-22/+2
2006-04-06remove a field we no longer use in this dissector from the conversation struc...Ronnie Sahlberg1-3/+0
2006-04-06move conversation tracking out from the type specific subdissectors and track...Ronnie Sahlberg1-48/+41
2006-04-05decode the first two bytes of the negotiate protocol request as buffercodeRonnie Sahlberg1-1/+14
2006-04-05from metzeRonnie Sahlberg2-4/+30
2006-04-05Update PPIDs to latest IANA regsitration status.Michael Tüxen2-0/+4
2006-04-05Expand some value strings, get map_error from gsm_map use the added IE's.Anders Broman3-64/+89
2006-04-05Add some IE:sAnders Broman1-261/+1166
2006-04-05Frof Jeff Morriss:Anders Broman5-155/+622
2006-04-05from previous commitRonnie Sahlberg1-5/+5
2006-04-05create the protocol tree in the main function and not down in the individual ...Ronnie Sahlberg1-72/+55
2006-04-05remove some crapRonnie Sahlberg1-40/+5
2006-04-05imake fcp responses that do carry a scsi response codeRonnie Sahlberg2-5/+8
2006-04-05make reportluns use the new macros to catch and flag alloclen truncationRonnie Sahlberg1-14/+16
2006-04-05cleaning up bits and piecesRonnie Sahlberg2-170/+78
2006-04-05Add a dissector for Nortels LGE Monitor protocol.Anders Broman2-0/+199
2006-04-05add dissection of the fcp response bidir read residual fieldRonnie Sahlberg1-0/+13
2006-04-04move some arrays from the header to fcp.cRonnie Sahlberg1-37/+0
2006-04-04refactoring of the fcp response dissectorRonnie Sahlberg1-23/+173
2006-04-04major refactoring of the ifcp dissector.Ronnie Sahlberg1-275/+394
2006-04-04fix for bug #856Ronnie Sahlberg1-0/+3
2006-04-03dislay a flags field as "Flags" instead of "SCCS Flags"Ronnie Sahlberg1-1/+1
2006-04-03use col_set_fence() after we have populated the info column with the SCSI det...Ronnie Sahlberg1-13/+21
2006-04-03add dissection of the inq sync flagRonnie Sahlberg1-24/+42
2006-04-03Fix bug http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=850 problems with t...Anders Broman2-41/+28
2006-04-03Add a null pointer check. Fixes the current Buildbot menagerie failure.Gerald Combs1-0/+3
2006-04-03a krb_error pdu with the error_code ERR_CLIENT_REVOKEDRonnie Sahlberg1-0/+7
2006-04-03further prettification of the inq dissector.Ronnie Sahlberg1-35/+91
2006-04-03dissect byte 7 of the inq responseRonnie Sahlberg1-30/+88
2006-04-03add dissection of byte 6 of inq responseRonnie Sahlberg1-13/+126
2006-04-03add dissection of the flags in byte 5 of the inquiry responseRonnie Sahlberg1-12/+126
2006-04-03prettify dissection of the aca flags byte in the inq response data.Ronnie Sahlberg1-12/+111
2006-04-02the hash,name,fullname of an nfs filehandle are allRonnie Sahlberg1-6/+13
2006-04-02 change TRY_SCSI_SHORT_TRANSFER to use the allocation length specified in t...Ronnie Sahlberg1-39/+80
2006-04-02prettify dissection of nfsv3 fattr3 structureRonnie Sahlberg3-70/+139
2006-04-02From Martin Mathieson:Anders Broman1-58/+5
2006-04-02From Greg Morris:Anders Broman1-32/+852
2006-03-31From Ming Zhang:Anders Broman1-2/+2
2006-03-31From Francesco Fondelli:Anders Broman2-3/+304
2006-03-30TextWindow:Luis Ontanon1-0/+10
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman2-17/+88