aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-10-18From Shaun JackmanJaap Keuter2-0/+278
2006-10-18Add module information for generated docsLuis Ontanon8-8/+25
2006-10-18- better indentation and fix some errorsLuis Ontanon1-12/+14
2006-10-18- have console.lua not using os.date when os has been disabledLuis Ontanon3-72/+110
2006-10-18In the 802.11 dissector, mark the "wep_keys" preference as obsolete,Gerald Combs2-55/+45
2006-10-18- Fix the makefileLuis Ontanon2-9/+10
2006-10-18add dissection of DATA IN/OUT and SCSI RESPONSE to the usb mass storage disse...Ronnie Sahlberg1-2/+90
2006-10-18new dissector : usb mass storageRonnie Sahlberg4-8/+236
2006-10-18create a dissector table for the bulk input/output packet typesRonnie Sahlberg1-0/+25
2006-10-18move some defines to packet-usb.h so that they can be shared with other disse...Ronnie Sahlberg3-33/+63
2006-10-18Add part of E.5 Basic DTMF Generator PackageAnders Broman1-1/+54
2006-10-18llc_add_oui() wants a pointer, not a pointer pointerUlf Lamping1-1/+1
2006-10-17Add the licenseLuis Ontanon1-1/+26
2006-10-17Several changes:Luis Ontanon12-75/+502
2006-10-17we need a new pinfo member field so that we can pass data from the core usb d...Ronnie Sahlberg2-0/+2
2006-10-17now when we do dissect the descriptors:Ronnie Sahlberg1-2/+121
2006-10-17debug trace at beginning of each packetTomas Kukosa1-1/+3
2006-10-17add a define for the "no endpoint" constant used to represent unknown or hos...Ronnie Sahlberg1-9/+15
2006-10-17Stephen Fisher:Jörg Mayer2-399/+458
2006-10-17update Timestamps Option labels in accordance with RFC1323Tomas Kukosa1-2/+2
2006-10-17Add A.8 Basic call progress tones generator with directionalityAnders Broman1-0/+105
2006-10-16fix #1135: another "off by one" bug, zero termination was done twice, second ...Ulf Lamping1-0/+4
2006-10-16Make sure a value is non-null before we feed it to strcmp(). Fixes bugGerald Combs1-56/+56
2006-10-16correct the little / big endian commentRonnie Sahlberg1-2/+2
2006-10-16dissect a lot more of the descriptors so that we can finally see which endpoi...Ronnie Sahlberg1-3/+273
2006-10-16Display the skipped 4 bytes from the header as setup (seeJörg Mayer1-0/+6
2006-10-16break finding/creating a conversation out into its own helper (which makes it...Ronnie Sahlberg1-110/+266
2006-10-16Finish dissection of GET DESCRIPTOR for the devicetype: DEVICE.Ronnie Sahlberg1-6/+148
2006-10-16add some variables to the task structure so that we can pass TYPE/INDEX from ...Ronnie Sahlberg1-0/+16
2006-10-15Fix Event dissection which was broken when going to V3.Anders Broman3-10/+49
2006-10-15Upadte to H.248 V3 and add some annex E parameters.Anders Broman3-457/+1043
2006-10-15- gcc dies on "default: }", add a ;Jörg Mayer1-1/+2
2006-10-15populate the info column with the request type and whetehr it is a request or...Ronnie Sahlberg1-0/+12
2006-10-15add tracking of request/responses for CONTROL INPUT so we can start passing p...Ronnie Sahlberg1-23/+68
2006-10-15add a new port type for usb endpointsRonnie Sahlberg3-58/+193
2006-10-15start dissecting the setup headersRonnie Sahlberg1-28/+119
2006-10-15more serviceactionsRonnie Sahlberg1-1/+149
2006-10-14some more service actionsRonnie Sahlberg1-0/+146
2006-10-14dissect some more osd service actionsRonnie Sahlberg1-1/+321
2006-10-14if reassembly did not give us a new tvb, then dont call any scsi payload sub...Ronnie Sahlberg1-0/+4
2006-10-14Fix a compiler warning by doing what I suspect was intended.Guy Harris1-1/+1
2006-10-14Do the suboption processing in dissect_netware_ip_suboption() a bit moreGuy Harris1-13/+4
2006-10-14add dissection of FLUSH and FLUSH COLLECTIONRonnie Sahlberg1-0/+180
2006-10-14implement WRITE and CREATE COLLECTIONRonnie Sahlberg1-0/+190
2006-10-14rename some fields in the setup blob to use the same names as in the standardRonnie Sahlberg1-13/+69
2006-10-14put the packet type in the summary lineRonnie Sahlberg1-0/+4
2006-10-14set both read/write flags in ndmp scsi and also always set the expected len...Ronnie Sahlberg1-0/+6
2006-10-14create a new address type AT_USB and start populating the packet list Ronnie Sahlberg3-1/+43
2006-10-14let SCSI reassembly default to FALSERonnie Sahlberg1-2/+9
2006-10-13add scsi data reassemblyRonnie Sahlberg1-9/+124