aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-14bugfix: don't crash with a Null pointer exception, if the open file preview t...Ulf Lamping1-8/+12
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-13Update to current IEEE listJörg Mayer1-3/+85
2006-04-12Fix typo.Guy Harris1-1/+1
2006-04-12From Jaap Keuter, fix for 871: split interface details statistics into it's o...Ulf Lamping1-3/+15
2006-04-120.10.14 -> 0.99.0.Gerald Combs2-3/+3
2006-04-12Add a few entries to the "Known Bugs" section.Gerald Combs1-0/+25
2006-04-12Update Lua.Gerald Combs3-6/+6
2006-04-10Add 2px height to avoid a vertical scrollbar with Gtk-WimpJaap Keuter1-1/+1
2006-04-10fix #868: don't assert but simply ignore values that don't have the proper sizeUlf Lamping1-4/+2
2006-04-08Fix for bug 848. Make a scrollable window when more than 10 interfaces are li...Jaap Keuter1-4/+21
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-06Handle a filter that evaluates to an empty "matches everything" filter.Guy Harris1-1/+4
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-06Add two missing *-exp.cnf filesAnders Broman3-26/+60
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 Broman5-64/+92
2006-04-05Add some IE:sAnders Broman1-261/+1166
2006-04-05From Martin Mathieson:Anders Broman1-0/+60
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