aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Fix comments, remove a no-longer-needed include.Guy Harris2-5/+8
2017-10-26RANAP: Associate RTP dissector with CS streamsDarien Spencer3-100/+314
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs2-6/+3
2017-10-26Swallow up the stuff from epan/ipv4.c into epan/ftypes/ftype-ipv4.c and epan/...Guy Harris5-219/+69
2017-10-25asn2wrs.py: use 64 bits variant for constrained integers using MIN or MAX key...Pavel Strnad10-53/+53
2017-10-25We're using inet_pton(), so we don't need to worry about non-dotted-quad addr...Guy Harris1-14/+0
2017-10-25Get rid of a no-longer-needed variable.Guy Harris1-3/+1
2017-10-25Clean up and expand comments.Guy Harris1-6/+19
2017-10-25Remove inet_aton() usage everywhereJoão Valverde6-59/+55
2017-10-25rdm: Support NACK_REASON and fix a PD dissectorRyan Mullen1-172/+228
2017-10-24Fix registration of SIP atop SSL/TLS.Guy Harris1-1/+2
2017-10-24mqtt: Use proto_tree_add_bitmaskMichael Mann1-31/+43
2017-10-23Improve http object export for URLs with long extensionsEldon Stegall1-23/+12
2017-10-22ssl-utils: Add export tls13_hkdf_expand_labelAlexis La Goutte2-1/+6
2017-10-22QUIC: Add draft-07 value_stringAlexis La Goutte1-0/+1
2017-10-22mqtt: Fix some mistakes from previous commitStig Bjørlykke1-24/+39
2017-10-22[RFC] dissector/mqtt: Fix handling of fixed header flagsFlavio Santes1-23/+64
2017-10-22Add IANA arc and first entry (MUDURL) for lldp.Eliot Lear1-0/+53
2017-10-22NFSv4: Fix for duplicate StateId hashesCal Turney1-57/+51
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann11-11/+1
2017-10-21Diameter 3GPP: call XML dissector for Civic-Address AVP payloadPascal Quantin1-1/+23
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann19-156/+38
2017-10-20nfapi: fix 'nfapi.p7_message_header.m_segment_sequence' exists multiple times...Alexis La Goutte1-2/+2
2017-10-20autotools: Improve SUBDIRS usageJoão Valverde3-51/+11
2017-10-19LCSAP: fix retrieval of XML dissector handlePascal Quantin3-20/+14
2017-10-19TCP: Add a documentation note.Gerald Combs1-0/+2
2017-10-19Remove duplicate values in pfcp_pr_time_unit_valsMichael Mann1-1/+1
2017-10-19Correct duplicate values for csi_rs_class_valsMichael Mann1-1/+1
2017-10-19FP Mux: disable heuristic dissector by defaultPascal Quantin1-1/+1
2017-10-19Update enumerations for SISO-REF-010 v22Graham Shanks1-99/+884
2017-10-19fpmux: Fix error string and commentNikolai Ipatyev1-2/+2
2017-10-18FP Mux: reject empty tvbPascal Quantin1-1/+4
2017-10-18FP Mux: create conversation if it does not existPascal Quantin1-3/+6
2017-10-18FP Mux: do not register UDP port 44955 by defaultPascal Quantin1-1/+1
2017-10-18FP Mux: fix a typo in preferencesPascal Quantin1-1/+1
2017-10-18Update packet-kerberos.cJoão Valverde1-3/+3
2017-10-18autotools: Remove abi-compliance-checker codeJoão Valverde1-42/+0
2017-10-18autotools: Sort out how we handle register.cJoão Valverde1-35/+14
2017-10-18Add FP-Mux dissectorNikolai Ipatyev4-0/+397
2017-10-18SMB2: accept and save empty filenames on CREATE requestsAurelien Aptel1-1/+1
2017-10-17Protobuf: Fix format errorUli Heilmeier1-1/+1
2017-10-17ZCL SE Octet Strings: Dissect zcl se octet strings as length and dataMartin Boye Petersen1-43/+95
2017-10-17dissector/ptp: fix typo - should be ptp.as.sig.tlv.flagsAdam Wujek1-1/+1
2017-10-17SMB2: rename QUERY_INFO buffer input fields and parse Reserved fieldAurelien Aptel1-10/+13
2017-10-17[Bluetooth] Prepare for adding a BT Mesh dissector.AndersBroman1-19/+48
2017-10-17nfs: fix nfs dissector to show correct mirror and data server countsTigran Mkrtchyan1-20/+22
2017-10-17CMake: fix build regression with CMake 3.0Peter Wu1-1/+8
2017-10-17ssl: regression fix for decryption with renegotiationPeter Wu1-9/+9
2017-10-16nfapi: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2017-10-16nfapi: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4