aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-15openflow: fix decode of experimenter OXM fieldsJaime Caamaño Ruiz3-33/+18
2018-04-15Check for HAVE_LZ4FRAME_H in the LZ4 detection process and use itJoerg Mayer1-8/+5
2018-04-15Clean up whitespace.Guy Harris1-1/+1
2018-04-15Expand and clean up comments.Guy Harris1-4/+23
2018-04-15Clean up the way we handle the FCS.Guy Harris1-36/+100
2018-04-14DTN: Minor changes for Bundle-Integrity/Confidentiality Block payloadKrishnamurthy Mayya1-2/+2
2018-04-14Bluetooth: ATT: Fix cast-warningsMichał Łabędzki1-11/+11
2018-04-14packet-pcep.c: opposite inner 'if' condition leads to a dead code blockchinarulezzz1-6/+7
2018-04-14PDCP NR: remove a now meaningless commentPascal Quantin1-2/+0
2018-04-14PDCP LTE: reuse existing pdcp_lte_info structure after first passPascal Quantin2-94/+94
2018-04-14RLC LTE: reuse existing rlc_lte_info structure after first passPascal Quantin1-67/+62
2018-04-14MAC LTE: reuse existing mac_lte_info structure after first passPascal Quantin1-18/+13
2018-04-14PDCP NR: reuse existing pdcp_nr_info structure after first passPascal Quantin2-86/+87
2018-04-14packet-tns.c: add TODO to TNS Refuse packet dissectorchinarulezzz1-0/+5
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