aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-09-01ANSI A: fix dissection of numerous fields broken in g7298a31Pascal Quantin2-39/+29
2015-09-01Eliminate proto_tree_add_text from ANSI dissectors.Michael Mann3-295/+193
2015-09-01Convert the WSP stats to generic stat API.Gerald Combs1-0/+156
2015-08-31Convert the MTP3 stats to new "generic stat API".Gerald Combs2-3/+208
2015-08-31Eliminate proto_tree_add_text from packet-rtps.cMichael Mann1-406/+666
2015-08-31Add a hidden item that allows to allow filtering on the station address.Joerg Mayer1-0/+37
2015-08-30dlsw: don't THROW() an exception from a dissectorMartin Kaiser1-4/+9
2015-08-30dlsw: remove unnecessary if (tree) checksMartin Kaiser1-100/+94
2015-08-30BGP: fixed incorrect NLRI decodingPyeole1-0/+6
2015-08-30CBOR: fix definition of cbor.type.tag64 fieldPascal Quantin1-1/+35
2015-08-296LoWPAN: IPv6 Fragment Headers don't have a Length fieldKevin Bracey1-16/+25
2015-08-29CBOR: fix no previous prototype for proto_reg*_cbor [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2015-08-29bootp/dhcp: fix Alcatel suboption detection bugJeffrey Smith1-1/+1
2015-08-28Get rid of trailing blanks.Guy Harris1-1/+1
2015-08-28Don't check the radio information when testing for an HT Control header.Guy Harris3-259/+189
2015-08-28Preparation Host Flows: make ICMP(v6) code and type retrieval more robustPascal Quantin3-2/+20
2015-08-28ISAKMP: Add new CHACHA20/POLY1305 Transform Types Values (RFC7634)Alexis La Goutte1-1/+2
2015-08-27Eliminate proto_tree_add_text from some dissectors.Michael Mann3-115/+169
2015-08-27RADIUS: Validation of response authenticatorsDidier Arenzana2-3/+76
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann11-77/+24
2015-08-26sv: remove some unnecessary checksMartin Kaiser1-12/+8
2015-08-26bootp/dhcp: tighten check for Alcatel extensionsJeffrey Smith1-2/+36
2015-08-26ieee80211: Qos Control bit4 handling: Make the default case as EOSP, to handl...tkc1-3/+3
2015-08-26Camel: fix indent (use 2 spaces)Alexis La Goutte1-1/+1
2015-08-26Do not treat all unknown IP protocols as unknown IPv6 extension headersJoão Valverde1-5/+26
2015-08-25Explain why the MSDU length field in an A-MSDU is big-endian.Guy Harris1-0/+10
2015-08-25Get subset TVBs correctly.Guy Harris1-2/+2
2015-08-25SIGCOMP: fix sigcomp.copying_bytes_literally fieldPascal Quantin1-1/+1
2015-08-25Eliminate proto_tree_add_text from packet-sigcomp.cMichael Mann1-102/+182
2015-08-25Replace "IPv6 header length" with the more correct "payload length"João Valverde1-3/+3
2015-08-25[Camel] The tags used in EstablishTemporaryConnectionArg differs in V2 andAndersBroman1-29/+96
2015-08-25Add more validity checks to the IPv6 dissectorJoão Valverde1-4/+37
2015-08-25Remove the search back up the proto tree for the capture frequency that wasRichard Sharpe1-34/+3
2015-08-25Point to GitHub for the pcapng specification.Guy Harris1-1/+1
2015-08-25Use one variable that was set but not previously used and delete another.Jeff Morriss1-7/+5
2015-08-24Some beamforming stuff from 802.11ac.Guy Harris2-5/+65
2015-08-24IPv6 RPL: "cmprI" should be "cumprE"João Valverde1-1/+1
2015-08-24Remove space from field description for consistencyJoão Valverde1-1/+1
2015-08-24fc: don't THROW() an exception from a dissectorMartin Kaiser1-7/+25
2015-08-24cigi: don't THROW() an exception from a dissectorMartin Kaiser1-28/+41
2015-08-24[Q.2931] Don't use BASE_EXT_STRING for a value_string, fixes the testAndersBroman1-7/+7
2015-08-24ip: fix ip.hdr_len filter value when the header length is too smallPascal Quantin1-1/+1
2015-08-24Eliminate proto_tree_add_text from packet-q931.c and packet-q2931.cMichael Mann2-232/+407
2015-08-24Check if IPv6 payload length exceeds framing byte lengthJoão Valverde1-0/+7
2015-08-24Eliminate proto_tree_add_text from some dissectorsMichael Mann3-161/+201
2015-08-23CBOR: get rid of INFINITY and NAN definesPascal Quantin1-15/+19
2015-08-23See if this makes MSVC happy.Guy Harris1-2/+6
2015-08-23Use G_GINT64_MODIFIER, not l, in format strings for 64-bit integers.Guy Harris1-2/+2
2015-08-23Rename variable to avoid collisions with math.h's exp().Guy Harris1-7/+7
2015-08-23CBOR: add Concise Binary Object Representation (RFC 7049) dissectorHauke Mehrtens2-0/+833