aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-04-01Provide better error messages for field type mismatches.Guy Harris1-6/+18
2017-04-01FT_CHAR is an integral type, so list it in the diagnostic message.Guy Harris1-1/+1
2017-04-01ieee80211: Fix parsing of supported operating classes IEMikael Kanstrup1-18/+24
2017-04-01Add citrix mep dissectorsPriyanka Mondal5-0/+2468
2017-04-01Don't add an FT_UINT32 with proto_tree_add_none_format().Guy Harris1-1/+1
2017-03-31Add packet capture support for Darwin USBScott Deandrea2-1/+362
2017-03-31Fix some dissection errors.Guy Harris3-18/+52
2017-03-31Optimize frame_data layout.Jakub Zawadzki1-1/+1
2017-03-31Fix endpoints statistics optional filter parsingPascal Quantin1-1/+1
2017-03-31Fix comments.Guy Harris1-2/+2
2017-03-31AMQP: fix field amqp.value is not of type FT_NONEAlexis La Goutte1-1/+1
2017-03-31Fix typo.Guy Harris1-1/+1
2017-03-31Fix incorrect NSAP AFI values.Guy Harris2-5/+5
2017-03-31dns: prevent repeatedly overwriting resolved entriesPeter Wu1-2/+4
2017-03-31Distinguish between the two flavors of ITU-T AFIs.Guy Harris3-71/+72
2017-03-30Add a bunch of #defines for OSI NSAP AFI values, and use them.Guy Harris4-85/+151
2017-03-30Make some routines static.Guy Harris4-7/+7
2017-03-30ssl-utils: fix a couple of uninitialized variablesChema Gonzalez1-2/+2
2017-03-30pcapng: Align code name and hf name.Stig Bjørlykke1-1/+1
2017-03-30[UMTS FP] Fixed some commentsS. Shapira1-9/+12
2017-03-30Terminate string_strings with { NULL, NULL }.Guy Harris1-1/+1
2017-03-29c15ch: fix value_string terminationPeter Wu1-1/+1
2017-03-29sysex: fix value_string terminationPeter Wu1-1/+1
2017-03-29mrcpv2: fix value_string terminationPeter Wu1-1/+1
2017-03-29Fix processing of AMQP 0-10 arrays, maps, and conneciton locales.Guy Harris1-6/+5
2017-03-29packet-icmpv6.c: Fix some value_stringsMichael Mann1-3/+3
2017-03-29Bluetooth: fix conflicting entries in its value_string.Michael Mann2-3/+3
2017-03-29TLS: fix decryption with Encrypt-then-MAC (RFC 7366)Peter Wu2-14/+53
2017-03-29Add ENC_TIME_MSEC_NTP and use it in packet-gtpv2.cAndersBroman3-6/+26
2017-03-29Print signed values with %d, not %u.Guy Harris1-1/+1
2017-03-28Add bounds checks for references to outhdr_values.Guy Harris1-37/+81
2017-03-28packet-nstrace.c: Ensure value_strings end with {0, NULL}Michael Mann1-2/+2
2017-03-28Fix up time encodings.Guy Harris11-118/+317
2017-03-28artnet : fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-03-27btatt: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-03-27BGP: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-03-27bctp: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-03-27wslua: update a commentPascal Quantin1-1/+1
2017-03-27ISUP: use proto_append_item_textAlexis La Goutte1-181/+103
2017-03-27Added Heuristic dissectors for the following UMTS FP channels:S. Shapira1-0/+295
2017-03-27netflow: Add Classification Engines typesAlexis La Goutte1-2/+18
2017-03-27netflow fix conflict for hf fieldAlexis La Goutte1-4/+4
2017-03-27[UMTS RRC] Added dissection of "Cell Identity"S. Shapira3-34/+85
2017-03-27packet-nvme: Corrected typo in keep alive string.Parav Pandit1-1/+1
2017-03-27packet-ieee80211.c: Use dynamic memory for AIRPDCAP_KEYS_COLLECTIONMichael Mann1-11/+11
2017-03-26LLRP: Remove PARAM_TREE_ADD* macrosAlexis La Goutte1-319/+562
2017-03-26[Automatic update for 2017-03-26]Gerald Combs2-4/+139
2017-03-26diameter: Improvement of AVP 8Joakim Karlsson1-0/+17
2017-03-26BGP: Fix dissection of BGP ADD-PATH capabilityAlexis La Goutte1-12/+15
2017-03-26Don't speak of RTPS time_t as an "NTP" time.Guy Harris3-65/+74