aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-10-16dissector/mqtt: Fix some inline commentsFlavio Santes1-17/+19
2017-10-16dissector/mqtt: Add the protocol version stringFlavio Santes1-2/+12
2017-10-16dissector/mqtt: Add the MQTT protocol descriptionFlavio Santes1-2/+15
2017-10-16RSVP: fix some typoAlexis La Goutte1-2/+2
2017-10-16cmake: fix CMP0026 deprecation warning in CMake 3.9Peter Wu1-8/+1
2017-10-16Initial submission of the nfapi dissectorSimon Long4-0/+11739
2017-10-15Add support for BASE_OUIMichael Mann10-124/+122
2017-10-15rlc: Fix bug in 'RLC over UDP' dissectorDarien Spencer1-0/+4
2017-10-15rrc: Dissect algorithm capabilitiesDarien Spencer3-53/+222
2017-10-15ZigBee ZCL: Add additional On/Off cluster commandsBrenton Rothchild1-11/+181
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde11-39/+3
2017-10-15Makefile(.am/dissectors): fix indent (always use tabs)Alexis La Goutte1-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum45-354/+131
2017-10-15ssl: assume everything after CCS is encryptedPeter Wu3-0/+16
2017-10-15Tshark: Optional packet summary for ElasticsearchChristoph Wurm2-2/+25
2017-10-14Some trivial fixes from running cppcheck.Martin Mathieson2-1/+2
2017-10-14FP Fixed bug in heuristic dissectorDarien Spencer1-1/+1
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde7-15/+5
2017-10-13Add ptvcursor APIs that return the values it retrievesMichael Mann2-24/+276
2017-10-12FTP: setup conversation properly for PASV sessionsMartin Mathieson1-36/+42
2017-10-12IEEE 802.11: fix a segmentation fault introduced in gd6eda2a3Pascal Quantin1-1/+2
2017-10-12[TCAP] Make "tid" a generated item rather than hidden to make it obviousAndersBroman2-4/+4
2017-10-12infiniband: add PSN and RETH DMA length to infinibandinfo structJorge Mora2-8/+10
2017-10-11IEEE 802.11: add missing breaksPascal Quantin1-0/+6
2017-10-11ProtoBuf: Remove an unused variable.Gerald Combs1-9/+1
2017-10-11Decode SNR in Compressed MIMO Beamforming report per ieee80211at_2013 section...Jason Uher1-8/+30
2017-10-11[Solaredge] Fix SuSE 11.4 build packet-solaredge.c:1013: error:AndersBroman1-7/+7
2017-10-10Start of adding Protobuf (Protocol Buffers) dissector.Huang Qiangxiong4-0/+762
2017-10-10[GSM SMS] If the digits are E164 International number add an E.164AndersBroman1-1/+11
2017-10-10Change FI_VARINT to account for FI_BITS_XXX flagsMichael Mann1-2/+2
2017-10-10[gvcp] fix extendedblockids check and resend cmd parsingFelix Ruess1-3/+3
2017-10-09infiniband: fix OpCodeMap string for UC_RDMA_WRITE_MIDDLEJorge Mora1-5/+1
2017-10-09[Diameter 3GPP] Fix bitmask in feature list B26 and add B27.AndersBroman1-3/+11
2017-10-09Add ENC_VARINT_PROTOBUFMichael Mann5-41/+376
2017-10-09packet.c: fix a control flow issue reported by Coverity (CID 1418671)Pascal Quantin1-6/+6
2017-10-08ftypes(.h): fix indent (use tabs)Alexis La Goutte1-15/+15
2017-10-08proto(.h): fix indent (use spaces)Alexis La Goutte1-2/+2
2017-10-07X2AP: fill gaps in extended value string arrayPascal Quantin2-0/+12
2017-10-07S1AP: upgrade dissector to v14.4.0Pascal Quantin9-15/+25
2017-10-06RPC-over-RDMA: fix write list chunk countJorge Mora1-0/+1
2017-10-05M3AP: avoid appending m3ap multiple times to frame.protocols fieldPascal Quantin2-10/+10
2017-10-05M2AP: avoid appending m2ap multiple times to frame.protocols fieldPascal Quantin2-10/+10
2017-10-05LPPa: avoid appending lppa multiple times to frame.protocols fieldPascal Quantin2-8/+8
2017-10-05X2AP: avoid appending x2ap multiple times to frame.protocols fieldPascal Quantin2-10/+10
2017-10-05S1AP: avoid appending s1ap multiple times to frame.protocols fieldPascal Quantin2-10/+10
2017-10-05gRPC: Several bugfixesVladimir Rutsky1-3/+3
2017-10-05HTTP: Add http.file_data based on the captured length.Gerald Combs1-8/+8
2017-10-04gsm_sim: fix conflicting entry in its value_stringAlexis La Goutte1-9/+0
2017-10-04Qt: add preference to restore display filter after Follow Streamcheloftus2-0/+7
2017-10-04Instroduce col_finalize(), to allow creating column_info based not only on pr...Jakub Zawadzki2-11/+30