aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-04-16From Steve Karg:jake1-24/+44
2006-04-16Squelch a compiler warning.guy1-1/+1
2006-04-16bssgp - handle LLC PDU of 0 length.etxrab2-9/+13
2006-04-16The code to read hcidump files sets the p2p pseudo-header forguy1-0/+1
2006-04-14fix #865: if the timestamps fraction (m/u/nsec) of a packet is out of range (...ulfl1-1/+16
2006-04-14SVN properties...etxrab1-342/+342
2006-04-14From Martin Mathieson:etxrab2-0/+343
2006-04-13From Martin Mathieson:etxrab2-3/+15
2006-04-13From Frederic Roudaut:etxrab1-471/+705
2006-04-13Pass the right tree argument to the DOCSIS dissector if "treat allguy1-1/+1
2006-04-08Fix bug 597:etxrab1-10/+66
2006-04-08set SVN properties correct "when will I ever learn" :-(ulfl1-58/+58
2006-04-08add packet-dcom-dispatch.hulfl1-0/+1
2006-04-07bring HRESULT values in the right orderulfl1-1/+1
2006-04-07some of the CBA interfaces are actually derived from IDispatch, dissect the m...ulfl3-43/+103
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...sahlberg5-104/+123
2006-04-06Fix bug 851etxrab1-10/+28
2006-04-06Better read NTP LSW from the right spotjake1-1/+1
2006-04-06From: Martin Mathiesonjake2-80/+73
2006-04-06change iscsi to track transaction data in a fc_exchange_data structure just...sahlberg1-29/+29
2006-04-06remove the hashtables for pdu tracking and replace with an se_treesahlberg1-162/+17
2006-04-06attach the iscsi_session to the conversation instead of using a hashtable to ...sahlberg1-49/+19
2006-04-06get rid of a field we are not usingsahlberg1-1/+0
2006-04-06add a field for storing the scsi opcode in the exchange struct.sahlberg2-1/+3
2006-04-06use the fc exchange structure to track LUN values from fcp command all the w...sahlberg3-149/+19
2006-04-06use the fc exchange data to track fcp response timessahlberg1-3/+35
2006-04-06make fc pass the fchdr structure as pinfo->private data to higher layer proto...sahlberg1-0/+7
2006-04-06remove another field from a structure that we never use.sahlberg1-22/+2
2006-04-06remove a field we no longer use in this dissector from the conversation struc...sahlberg1-3/+0
2006-04-06move conversation tracking out from the type specific subdissectors and track...sahlberg1-48/+41
2006-04-05decode the first two bytes of the negotiate protocol request as buffercodesahlberg1-1/+14
2006-04-05from metzesahlberg2-4/+30
2006-04-05Update PPIDs to latest IANA regsitration status.tuexen2-0/+4
2006-04-05Expand some value strings, get map_error from gsm_map use the added IE's.etxrab3-64/+89
2006-04-05Add some IE:setxrab1-261/+1166
2006-04-05Frof Jeff Morriss:etxrab5-155/+622
2006-04-05from previous commitsahlberg1-5/+5
2006-04-05create the protocol tree in the main function and not down in the individual ...sahlberg1-72/+55
2006-04-05remove some crapsahlberg1-40/+5
2006-04-05imake fcp responses that do carry a scsi response codesahlberg2-5/+8
2006-04-05make reportluns use the new macros to catch and flag alloclen truncationsahlberg1-14/+16
2006-04-05cleaning up bits and piecessahlberg2-170/+78
2006-04-05Add a dissector for Nortels LGE Monitor protocol.etxrab2-0/+199
2006-04-05add dissection of the fcp response bidir read residual fieldsahlberg1-0/+13
2006-04-04move some arrays from the header to fcp.csahlberg1-37/+0
2006-04-04refactoring of the fcp response dissectorsahlberg1-23/+173
2006-04-04major refactoring of the ifcp dissector.sahlberg1-275/+394
2006-04-04fix for bug #856sahlberg1-0/+3
2006-04-03dislay a flags field as "Flags" instead of "SCCS Flags"sahlberg1-1/+1
2006-04-03use col_set_fence() after we have populated the info column with the SCSI det...sahlberg1-13/+21