aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt8-47/+1295
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt5-8/+181
2007-01-12Dissect cdma2000HandoffInvokeIOSData.Anders Broman3-41/+137
2007-01-12Dissect CDMAServiceOption.Anders Broman1-63/+162
2007-01-12ignore ssl_desegment_app_data preference till desegmentation is implemented wellTomas Kukosa1-1/+1
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...Tomas Kukosa4-124/+134
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs3-103/+103
2007-01-11Add dissection of cdmaChannelData and only add Opcode to hastable once.Anders Broman1-53/+194
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ...Luis Ontanon2-37/+88
2007-01-11make SIP TCP/TLS ports configurable via preferencesTomas Kukosa1-4/+33
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs1-315/+5
2007-01-11- allow use of * as any-engine-idLuis Ontanon2-127/+227
2007-01-10Packet-ber:Anders Broman2-57/+74
2007-01-10append period values to the PROFINET PTCP statusUlf Lamping1-2/+76
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowTomas Kukosa1-3/+0
2007-01-10sync changes with asn/snmpLuis Ontanon2-67/+107
2007-01-09Implement COMPLEMENT TO ITU-T RECOMMENDATION E.164 (02/2005):Jaap Keuter1-23/+34
2007-01-09Move cryptography code to epan/crypt.Gerald Combs3-103/+103
2007-01-09Add ansi_map to the makefilesAnders Broman1-19/+19
2007-01-09change the loading order of some headers to avoid a conflict with net-snmpLuis Ontanon1-10/+11