aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2007-01-28Support for SMIMECapabilities and KeyPreference attributes.Graeme Lunt1-12/+341
2007-01-28Definition of a per-recipient extension to prevent failure of dissection. Graeme Lunt1-0/+1
2007-01-28Fix for per-domain-bilateral-information (bilateral-information field wasn't ...Graeme Lunt1-6/+40
2007-01-28From Kriang Lerdsuwanakij:Luis Ontanon3-34/+162
2007-01-26Add support for "wildcard" WPA keys in the form "wpa:passphrase" (noteGerald Combs2-44/+48
2007-01-26From Patrick vd Lageweg:Jaap Keuter1-3/+3
2007-01-26Use previously unused hf_cops_obj_c_type (cops.c_type) fieldMartin Mathieson1-1/+2
2007-01-26TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record...Tomas Kukosa1-0/+11
2007-01-26Make COPS dissector findable by nameMartin Mathieson1-0/+3
2007-01-26If there is just a tftp response without a prior request,Jörg Mayer1-2/+6
2007-01-26A few more ethereal --> wiresharkBill Meier2-2/+2
2007-01-25Remove dead code. Fixes Coverity CID 228. Squelch various compiler warnings.Gerald Combs1-37/+33
2007-01-25Attempt to squelch Coverity CID 222.Gerald Combs1-2/+4
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthGerald Combs1-46/+44
2007-01-24Fix Coverity CID 230: Make sure we handle a negative tvb_length_remaining()Gerald Combs1-104/+104
2007-01-24dissect SDP encapsulated inside an Q1950 annex A.7 paramenter of H248Luis Ontanon1-1/+55
2007-01-24Fix for bug #1308: tacacs decoding fails. Introduce TCP desegmentation forStephen Fisher1-1/+15
2007-01-23add the obsolete RESERVE10/RELEASE10 to the sbc dissectorRonnie Sahlberg1-2/+4
2007-01-23some iscsi/scsi initiators still use the ancient sbc1 commandset so add RE...Ronnie Sahlberg1-2/+4
2007-01-23if DataSegmentLength is non zero for iscsi async messages the data segment c...Ronnie Sahlberg1-5/+36
2007-01-21From Tobias Witek:Stephen Fisher1-0/+5
2007-01-21Change frame dissector to show "frame" instead of "packet" for all fieldsStephen Fisher1-8/+20
2007-01-20Update some value strings.Anders Broman1-29/+86
2007-01-20From Graeme Hewson:Jaap Keuter2-6/+7
2007-01-19From Paul Moore:Jaap Keuter1-0/+265
2007-01-19Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asJeff Morriss1-10/+10
2007-01-19Reindent pretty heavily. It's still not 100% consistent but at least all theJeff Morriss1-459/+472
2007-01-18Add a preference (defaulted to off) to have the MTP3 dissector show the prior...Jeff Morriss1-2/+19
2007-01-18guint32 requires %[doxu], not %l[doxu]. (We don't support ILP16Guy Harris1-2/+2
2007-01-18Filled in missing hf entries.Martin Mathieson1-0/+8
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson4-9/+25
2007-01-17From Patrick vd Lageweg:Jaap Keuter1-1/+1
2007-01-17Oops, set properties on the new fileJeff Morriss1-1/+1
2007-01-17From Sebastien Tandel: Support for the dissection of the Intellon homeplug po...Jeff Morriss2-0/+858
2007-01-16Dissekt ControlChannelData.Anders Broman1-41/+105
2007-01-16From Gisle Vanem:Jaap Keuter1-2/+3
2007-01-16From Steve Karg:Jaap Keuter1-11/+37
2007-01-16fix registration H.225 over TLSTomas Kukosa1-6/+5
2007-01-15Dissect SMS-OriginationRestrictions.Anders Broman1-21/+63
2007-01-15Handle the case where the same TransactionID is used for two differentAnders Broman1-62/+88
2007-01-15Dissect sms-BearerData also in responce messages if service code seen in Invoke.Anders Broman1-89/+125
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping2-0/+6
2007-01-14If a OCTET STRING has zero length a zero length tvb will be returned - handle...Anders Broman1-201/+1545
2007-01-14From Graeme Lunt:Anders Broman1-2/+6
2007-01-14taking a look at it the name_str var is unnecessaryLuis Ontanon1-3/+1
2007-01-14As pointed out by Sebastien Tandel a buffer is allocated unconditionally when...Luis Ontanon1-4/+2
2007-01-14Dissect cdma2000HandoffInvokeIOSData and response dataAnders Broman1-10/+51
2007-01-13Handle the case ehere TCAP identifier isn't present.Anders Broman1-1/+1
2007-01-13- Correct Tag numbering and marking of OPTIONAL.Anders Broman1-35/+119
2007-01-13Handle zero length invokes and some asn1 fixes.Anders Broman1-103/+88