aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-04-21GVRP: fix typoAlexis La Goutte1-4/+4
2018-04-21epan: Trivial constant sort order fix - sminmpec.hJeremy Browne1-3/+3
2018-04-20Fix cpu_diag_eventid_fix_names table.Guy Harris1-3/+3
2018-04-20tvbuff: fix compilation with gcc-4.Dario Lombardo1-1/+1
2018-04-20QUIC: implement new header formats (draft -11)Peter Wu1-67/+244
2018-04-20BFCP: fix possible infinite loopIvan Nardi1-5/+7
2018-04-20PDCP-NR: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-04-20protobuf: fix typo reponse => responseAlexis La Goutte1-1/+1
2018-04-20steam-ihs-discovery.c : fix typo Reponse => ResponseAlexis La Goutte1-1/+1
2018-04-20grpc: fix typo reponse => responseAlexis La Goutte1-2/+2
2018-04-20TCP: improve handling of unknown TCP optionsIvan Nardi1-8/+33
2018-04-20SCTP: INIT collisionruengeler1-1/+3
2018-04-20PTP: found typo adress => addressAlexis La Goutte1-7/+7
2018-04-20netlink-route: fix typo found by lintianAlexis La Goutte1-1/+1
2018-04-20Handle subset tvbuffs where the length goes past the end of the parent.Guy Harris11-134/+258
2018-04-20More indentation cleanups.Guy Harris1-1/+1
2018-04-20Clean up indentation.Guy Harris1-4/+4
2018-04-20Update some comments.Guy Harris3-30/+38
2018-04-19Fix cppcheck 1.83 warningsAlexandr Savca6-11/+11
2018-04-19tshark: improve -G elastic-mapping command by adding filters.Dario Lombardo2-6/+36
2018-04-19zbee-zcl (general) fix Unused href entry: epan/dissectors/packet-zbee-zcl-gen...Alexis La Goutte1-5/+0
2018-04-19zbee-zcl (general): fix no previous prototype for ‘decode_setpoint’ [-Wmi...Alexis La Goutte1-1/+1
2018-04-19CIP: fix no previous prototype for ‘add_cip_pccc_function_to_info_column’...Alexis La Goutte1-1/+1
2018-04-19DNS: fix inverted condition for filtering error packets in statsPeter Wu1-1/+1
2018-04-19proto: use json_node_free instead of json_node_unref.Dario Lombardo1-1/+1
2018-04-19CMake: fix build with json-glib with gold linkerPeter Wu1-0/+1
2018-04-19Clean up option handling.Guy Harris1-127/+132
2018-04-18Fix tapo.Guy Harris1-1/+1
2018-04-18Style cleanups.Guy Harris1-5/+5
2018-04-18QUIC: add draft version and rename some transport parameters (draft-11)Peter Wu3-18/+19
2018-04-18tshark: add -G elastic-mapping report.Dario Lombardo2-0/+209
2018-04-18QUIC: fix short packet type, update error codes (draft -10)Peter Wu1-21/+23
2018-04-18QUIC: implement PATH_CHALLENGE and PATH_RESPONSE frames (draft-10)Peter Wu1-23/+34
2018-04-18QUIC: initial draft-10 decryption supportPeter Wu1-107/+73
2018-04-18dfilter: require spaces as set element separatorPeter Wu4-6/+23
2018-04-18dfilter: make spaces around ".." optional in display filterPeter Wu1-2/+9
2018-04-18dfilter: add range support to set membership operator ("f in {x .. y}")Peter Wu8-32/+162
2018-04-18Remove autotools build system.Dario Lombardo117-7226/+0
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders6-30/+11
2018-04-17lapdm: Hand B4 frames into a dissector supporting L2 pseudo-lengthHarald Welte1-0/+13
2018-04-17rsl: Fix treatment of SACCH FILL / SACCH INFO MODIFYHarald Welte1-2/+4
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs2-85/+2
2018-04-17Remove some GTK+-only code.Gerald Combs10-90/+11
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders10-48/+0
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu16-88/+90
2018-04-16ssl: fix duplicate dissections with multiple PDUs in a streamPeter Wu1-4/+3
2018-04-16QUIC: Add initial support of draft-10Alexis La Goutte1-33/+6
2018-04-15More PortAudio removal.Gerald Combs2-18/+2
2018-04-15[Automatic update for 2018-04-15]Gerald Combs1-2/+42
2018-04-15packet-mq: Fix for Missing ConstRobert Grange1-47/+45