aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2006-04-14fix #865: if the timestamps fraction (m/u/nsec) of a packet is out of range (...Ulf Lamping1-1/+16
2006-04-14SVN properties...Anders Broman1-342/+342
2006-04-14From Martin Mathieson:Anders Broman2-0/+343
2006-04-13From Martin Mathieson:Anders Broman2-3/+15
2006-04-13From Frederic Roudaut:Anders Broman1-471/+705
2006-04-13Pass the right tree argument to the DOCSIS dissector if "treat allGuy Harris1-1/+1
2006-04-08Fix bug 597:Anders Broman1-10/+66
2006-04-08set SVN properties correct "when will I ever learn" :-(Ulf Lamping1-58/+58
2006-04-08add packet-dcom-dispatch.hUlf Lamping1-0/+1
2006-04-07bring HRESULT values in the right orderUlf Lamping1-1/+1
2006-04-07some of the CBA interfaces are actually derived from IDispatch, dissect the m...Ulf Lamping3-43/+103
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...Ronnie Sahlberg5-104/+123
2006-04-06Fix bug 851Anders Broman1-10/+28
2006-04-06Better read NTP LSW from the right spotJaap Keuter1-1/+1
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üxen1-0/+2
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