aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2007-01-21Change frame dissector to show "frame" instead of "packet" for all fieldssfisher1-8/+20
2007-01-20Update some value strings.etxrab1-29/+86
2007-01-20From Graeme Hewson:jake2-6/+7
2007-01-19From Paul Moore:jake1-0/+265
2007-01-19Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asmorriss1-10/+10
2007-01-19Reindent pretty heavily. It's still not 100% consistent but at least all themorriss1-459/+472
2007-01-18Add a preference (defaulted to off) to have the MTP3 dissector show the prior...morriss1-2/+19
2007-01-18guint32 requires %[doxu], not %l[doxu]. (We don't support ILP16guy1-2/+2
2007-01-18Filled in missing hf entries.martinm1-0/+8
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm4-9/+25
2007-01-17From Patrick vd Lageweg:jake1-1/+1
2007-01-17Oops, set properties on the new filemorriss1-1/+1
2007-01-17From Sebastien Tandel: Support for the dissection of the Intellon homeplug po...morriss2-0/+858
2007-01-16Dissekt ControlChannelData.etxrab1-41/+105
2007-01-16From Gisle Vanem:jake1-2/+3
2007-01-16From Steve Karg:jake1-11/+37
2007-01-16fix registration H.225 over TLSkukosa1-6/+5
2007-01-15Dissect SMS-OriginationRestrictions.etxrab1-21/+63
2007-01-15Handle the case where the same TransactionID is used for two differentetxrab1-62/+88
2007-01-15Dissect sms-BearerData also in responce messages if service code seen in Invoke.etxrab1-89/+125
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...ulfl2-0/+6
2007-01-14If a OCTET STRING has zero length a zero length tvb will be returned - handle...etxrab1-201/+1545
2007-01-14From Graeme Lunt:etxrab1-2/+6
2007-01-14taking a look at it the name_str var is unnecessarylego1-3/+1
2007-01-14As pointed out by Sebastien Tandel a buffer is allocated unconditionally when...lego1-4/+2
2007-01-14Dissect cdma2000HandoffInvokeIOSData and response dataetxrab1-10/+51
2007-01-13Handle the case ehere TCAP identifier isn't present.etxrab1-1/+1
2007-01-13- Correct Tag numbering and marking of OPTIONAL.etxrab1-35/+119
2007-01-13Handle zero length invokes and some asn1 fixes.etxrab1-103/+88
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.gal8-47/+1295
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). gal5-8/+181
2007-01-12Dissect cdma2000HandoffInvokeIOSData.etxrab3-41/+137
2007-01-12Dissect CDMAServiceOption.etxrab1-63/+162
2007-01-12ignore ssl_desegment_app_data preference till desegmentation is implemented wellkukosa1-1/+1
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...kukosa4-124/+134
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.gerald3-103/+103
2007-01-11Add dissection of cdmaChannelData and only add Opcode to hastable once.etxrab1-53/+194
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ...lego2-37/+88
2007-01-11make SIP TCP/TLS ports configurable via preferenceskukosa1-4/+33
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()gerald1-315/+5
2007-01-11- allow use of * as any-engine-idlego2-127/+227
2007-01-10Packet-ber:etxrab2-57/+74
2007-01-10append period values to the PROFINET PTCP statusulfl1-2/+76
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowkukosa1-3/+0
2007-01-10sync changes with asn/snmplego2-67/+107
2007-01-09Implement COMPLEMENT TO ITU-T RECOMMENDATION E.164 (02/2005):jake1-23/+34
2007-01-09Move cryptography code to epan/crypt.gerald3-103/+103
2007-01-09Add ansi_map to the makefilesetxrab1-19/+19
2007-01-09change the loading order of some headers to avoid a conflict with net-snmplego1-10/+11
2007-01-09SNMPv3 USM decryption/authentication phase 1lego2-122/+676