aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-04-14x509ce: fix display of IPAddress when it is an IPv6 AddressAlexis La Goutte3-20/+44
2018-04-13PDCP NR: add expert info for unknown / missing UDP framing tagsPascal Quantin1-2/+21
2018-04-13RLC NR: add an expert info for unknown UDP framing tagsPascal Quantin1-2/+15
2018-04-13MAC NR: add an expert info for unknown UDP framing tagsPascal Quantin1-1/+14
2018-04-13PDCP LTE: add expert info for unknown / missing UDP framing tagsPascal Quantin1-3/+23
2018-04-13RLC LTE: add expert info for unknown / missing UDP framing tagsPascal Quantin1-2/+20
2018-04-13MAC LTE: add an expert info for unknown UDP framing tagsPascal Quantin3-16/+26
2018-04-13UMTS RLC: add expert info for unknown / missing UDP framing tagsPascal Quantin1-2/+21
2018-04-13kafka: raise the required version to 1.5.0 for lz4_frame.Dario Lombardo1-3/+3
2018-04-13file-pcap: expert info if captured len > reported lenMartin Kaiser1-1/+20
2018-04-13Fix the length of the payload of a private_1 or audio PES packet.Guy Harris2-21/+111
2018-04-12RoHC: IP version is 1 byte onlyPascal Quantin3-5/+7
2018-04-12PDCP NR: add SN length to PDCP context for user plane PDUsPascal Quantin1-0/+5
2018-04-12PDCP NR: rework UDP framing formatPascal Quantin2-40/+42
2018-04-12Update a comment.Guy Harris1-18/+46
2018-04-12Need to flag a variable as volatile, due to the use of exceptions.Guy Harris1-3/+3
2018-04-12If a subdissector throws an exception, catch it and continue.Guy Harris1-1/+30
2018-04-11kafka: check lz4 version in a single point.Dario Lombardo1-4/+5
2018-04-11Netlink: Add rtnetlink attribute dissectingFilip Sohajek1-23/+396
2018-04-11LPP: fix a typo in ASN.1 filePascal Quantin1-1/+1
2018-04-11PFCP: Added dissection of IEs 127-131Matej Tkac1-12/+79
2018-04-11user_encap: Avoid a hash lookup to get dissector nameStig Bjørlykke1-4/+4
2018-04-11ZigBee: MGMT Unsolicited Enh NWKUpdate dissectorDana Sy3-0/+44
2018-04-11zbee zcl: fill constant ett arrays at declaration timeMartin Kaiser1-106/+85
2018-04-11zbee_zcl: (trivial) clean up decode_color_xy()Martin Kaiser1-2/+1
2018-04-11pfcp: correction of lengthJoakim Karlsson1-2/+2
2018-04-11NBSS: take into account snaplen when creating the TVB subsetPascal Quantin1-4/+1
2018-04-11Zigbee: Decode the ZCL extension field sets in the scenes cluster.Paul Zander2-6/+286
2018-04-10Rename the last argument to tvb_new_subset_length().Guy Harris2-7/+7
2018-04-10"#if 0" out some currently-unused value_strings.Guy Harris1-0/+2
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris27-139/+266
2018-04-10NR (5G) PDCPMartin Mathieson5-1/+1786
2018-04-10gsm_ipa: remove unnecessary if (tree) checksMartin Kaiser1-29/+21
2018-04-10RRC: upgrade dissector to v15.2.0Pascal Quantin8-3278/+4392
2018-04-10Replace lbmpdm_fetch_uintN_encoded() with tvb_get_guintN().Guy Harris1-65/+20
2018-04-10PFCP: Added dissection of new IEs 123-126Matej Tkac1-23/+174
2018-04-10The message length is unsigned, not signed; treat it as such.Guy Harris1-3/+3
2018-04-10Get rid of get_opaque_length() and unneeded length arguments.Guy Harris1-62/+36
2018-04-10Nb is an unsigned value; treat it as such.Guy Harris1-3/+2
2018-04-10Revert "Don't use static GMutexes."Anders Broman1-21/+7
2018-04-10MySQL: Add initial support for command 30 (binlog dump gtid)Daniël van Eeden1-1/+7
2018-04-09user_encap: Copy all user_encap_t valuesStig Bjørlykke1-1/+7
2018-04-09ieee80211: fixes min and max power values in item text (they are signed).Adrian Granados1-2/+2
2018-04-09gsm_ipa: Make sure the Osmo Extended IPA stream ID type is printedHarald Welte1-6/+6
2018-04-09iso14443: make the payload dissector configurableMartin Kaiser2-2/+13
2018-04-09iso14443: decode the bitrates in the attrib messageMartin Kaiser1-0/+28
2018-04-08Mark some fields as being in units of dBm.Guy Harris1-9/+9
2018-04-08No need to display *signed* power values in hex.Guy Harris1-2/+2
2018-04-08Max and min transmit power, in the Power Capabilities IE, are signed.Guy Harris1-2/+2
2018-04-08mqtt: Add option to uncompress message when decodingStig Bjørlykke1-4/+30