aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-11-14diameter_3gpp: add decoding of Sd feature listJan Spevak2-1/+100
2016-11-14SABP: add support for messages >= 16KBPascal Quantin2-76/+74
2016-11-14PER: add support for fragmented open typePascal Quantin1-14/+44
2016-11-14DICOM: Reassemble only when "More Fragments" is set.Uli Heilmeier1-1/+1
2016-11-14OSPF: fix indent (use 4 spaces)Alexis La Goutte1-15/+15
2016-11-13packet-dtn.c break loop if evaluate_sdnv doesn't succeed.Michael Mann1-2/+4
2016-11-13tvbuff_composite.c: fix composite_get_ptr when length is over 2 segmentsPascal Quantin1-2/+2
2016-11-13PER: fixes for fragmented bitstringPascal Quantin1-4/+4
2016-11-13lua: Allow proto:register_heuristic to be used on multiple list namesFranklin "Snaipe" Mathieu1-2/+11
2016-11-13[Automatic update for 2016-11-13]Gerald Combs3-15/+175
2016-11-13Allocate transport_info->encoding_name from correct memory poolnovakji1-2/+4
2016-11-13QUIC: Update error codeAlexis La Goutte1-1/+18
2016-11-12fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes]Alexis La Goutte13-16/+16
2016-11-12iso14443: dissect the TA(1) byte in the ATSMartin Kaiser1-2/+51
2016-11-12Really return manufacturer name if it's known.Jaap Keuter1-2/+2
2016-11-12gsm_abis_om2000: Expand bit-width of CON CCP and CI fieldsHarald Welte1-2/+2
2016-11-12PER: add support for bit strings >= 16KPascal Quantin6-34/+118
2016-11-11Dissect the checksum field as a string, as that's what it is.Guy Harris1-5/+4
2016-11-11[SIP]Parse out the individual feature cap(s).AndersBroman1-1/+73
2016-11-11ssl: fix next_protocol_negotiation idPeter Wu2-2/+2
2016-11-11OSPF: Add LSA Type Flag (See RFC 5340 A.4.2.1)Alexis La Goutte1-16/+41
2016-11-11ftype-guid.c: fix FT_GUID filteringPascal Quantin1-6/+3
2016-11-11[tvbuff] Fix tvb_find_guint16() searched_bytes is fromAndersBroman1-2/+2
2016-11-11diameter_3gpp: decode AVP 1518Jan Spevak1-0/+39
2016-11-11packet-asterix.c doesn't need a preference callback function.Michael Mann1-1/+1
2016-11-10Bluetooth: BTLE: Add SC bit paring in AuthReqJakub Pawlowski1-2/+11
2016-11-10[XML] default_media_types should be in lower case.AndersBroman1-1/+1
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann3-31/+283
2016-11-10lsd: fix unaligned readPeter Wu1-1/+2
2016-11-10Enable exporting IMF traffic as an EML fileMoshe Kaplan2-2/+49
2016-11-10PROFINET: Update MRP dissection according to IEC62439-2 Ed.2.Birol Capa1-0/+1
2016-11-10bt-dht: add data to COL_INFO.Dario Lombardo1-0/+1
2016-11-10GVSP: Disable the heuristic by defaultAlexis La Goutte1-1/+1
2016-11-09Add DHCPv6 options for Softwire provisioningNiels Widger1-0/+247
2016-11-09[SIP] Use call_dissector_only() to call the diagnostics dissector.AndersBroman1-2/+2
2016-11-09diameter_3gpp: update gx_feature_list_1 3GPP TS 29.212, v14.0.0Jan Spevak1-1/+22
2016-11-08ERF: Fix issues with Host ID mappingAnthony Coddington1-45/+37
2016-11-08GSM A: allow a length of 3 bytes when using the 'no identity' typePascal Quantin1-1/+1
2016-11-08print.c: fix ek outputPascal Quantin1-1/+1
2016-11-08L2TP: Fix dissection when unknown vendor AVPAlexis La Goutte1-3/+3
2016-11-07JSON: print field value for an item containing a subtreePascal Quantin1-18/+18
2016-11-07L2TP: Fix typo on ERICSSON define valueAlexis La Goutte1-3/+3
2016-11-07gsm_abis_pgsl: Dissect PACCH uplink messagesHarald Welte1-0/+91
2016-11-07Include header to declare gsm_a_rr_rxlev_vals_ext.Guy Harris1-0/+1
2016-11-07Added Dissector for Openflow Experimenter Value field for Openflow 1.3 and 1.4sangodbole2-0/+20
2016-11-07gsm_abis_pgsl: Decode dissection of codec_rxlevHarald Welte1-2/+2
2016-11-06Get rid of Boolean "flags" that don't have any bit set.Guy Harris2-16/+0
2016-11-06Use guint rather than gsize, to avoid 64-bit-to-32-bit shortening warnings.Guy Harris1-13/+13
2016-11-06gsm_abis_pgsl: Fix endianness of frame numbersHarald Welte1-3/+3
2016-11-06gsm_abis_pgsl: Hand off into GPRS RLC/MAC dissectorHarald Welte1-9/+220