aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-10-24From Alejandro Vaquero:Anders Broman2-39/+443
2006-10-23Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)Ashok Narayanan1-1/+7
2006-10-23- Fix problems with parsing sctpprim headersMartin Mathieson1-11/+54
2006-10-23From Stephen Fisher:Jaap Keuter1-4/+6
2006-10-22add a dissector table for class specific control input/output pdusRonnie Sahlberg3-15/+195
2006-10-22add tracking of interface class for CONTROL_INPUT as well as existing support...Ronnie Sahlberg1-18/+22
2006-10-22fix some endianess issuesRonnie Sahlberg1-8/+8
2006-10-22dissect the individual bits in the CONFIDURATION descriptor field for the end...Ronnie Sahlberg1-2/+28
2006-10-22add a tcp_tree field to packet_info so that we can access the tree from tcp_d...Ronnie Sahlberg3-0/+17
2006-10-21teach the http header dissector how to handle integer fields instead of just ...Ronnie Sahlberg1-4/+22
2006-10-21the flags are FT_BOOLEAN not FT_UINT8Ronnie Sahlberg1-2/+2
2006-10-21prettify the flags field and power consumption for CONFIGURATION DESCRIPTORRonnie Sahlberg1-3/+44
2006-10-20Catch an infinite loop. Fixes bug 1172.Gerald Combs1-12/+15
2006-10-20From Stephen Fisher: put a newline at the end, to squelch warnings.Guy Harris1-1/+1
2006-10-20Get rid of a duplicate call.Guy Harris1-1/+0
2006-10-20Add an expert item for detecting ARP request packet storms. The time period ...Martin Mathieson1-2/+123
2006-10-20Report roundtrip delay as expert itemMartin Mathieson1-1/+7
2006-10-20Minor info column formatting + improved hf long text entriesMartin Mathieson1-4/+4
2006-10-20Fixes bug 1166, adds DNET decoding to I-Could-Be-Router-To-Network message.Jaap Keuter1-0/+3
2006-10-19Fix a typo.Gerald Combs1-111/+111
2006-10-19Register the dissector.Michael Tüxen1-0/+1
2006-10-19- wslua_gui.c:Luis Ontanon7-38/+169
2006-10-19Fix a compiler warning (about a real problem).Guy Harris1-3/+4
2006-10-19Fix some compiler warnings (about real problems).Guy Harris1-2/+2
2006-10-19If we have to use Lex or Flex, check whether we found it, first, and ifGuy Harris1-0/+4
2006-10-18Squelch compiler warningsJaap Keuter4-13/+14
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