aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-02-17Don't gratuitously cast away constness.Guy Harris1-3/+3
2018-02-17Don't gratuitously cast away constness.Guy Harris1-2/+2
2018-02-17Don't gratuitiously cast constness away.Guy Harris1-3/+3
2018-02-17Don't gratuitiously cast constness away.Guy Harris1-2/+2
2018-02-17Put back casts needed for C++ compatibility.Guy Harris1-2/+2
2018-02-17Don't gratuitously cast away constness.Guy Harris1-3/+3
2018-02-17Constify a pointer to squelch a warning.Guy Harris1-1/+1
2018-02-17Constify a bunch of pointers and some casts.Guy Harris1-13/+13
2018-02-17Use appropriate pointer types rather than guint8 *.Guy Harris1-7/+10
2018-02-17dcerpc_decode_as_change() doesn't need to change the old binding.Guy Harris1-8/+8
2018-02-17No need to cast away constness.Guy Harris1-1/+1
2018-02-17The CRC8 routines don't modify the buffer; make the pointers to it const.Guy Harris1-11/+11
2018-02-17wisun: Add EDFE supportRobert Sauter1-4/+80
2018-02-17ldap: Format text used in COL_INFOStig Bjørlykke2-6/+6
2018-02-17Don't make separate libXXX_generated libraries.Guy Harris2-42/+14
2018-02-17Thread: use wider variables to prevent overflow and infinite loopsPascal Quantin1-4/+4
2018-02-17Use -Werror except for explicitly listed dirty dissectors.Guy Harris2-2/+2
2018-02-17Don't use GENERATED_CFLAGS on generated files, use AM_CFLAGS.Guy Harris1-1/+1
2018-02-17Don't treat radius_dict.l specially.Guy Harris1-24/+7
2018-02-16[PFCP] Added dissect function for User Plane Inactivity Timer IEMatej Tkac1-0/+34
2018-02-16Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris3-27/+16
2018-02-16mac-lte: fix memory leak of mac_lte_msg3_cr_hashPeter Wu1-0/+1
2018-02-16[Diameter] Gx Supported-Features AVP, List-ID 2Joakim Karlsson1-136/+204
2018-02-16Add DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex scanners.Guy Harris4-32/+32
2018-02-16Treat most Lex-generated and all Lemon-generated files as clean.Guy Harris2-15/+27
2018-02-15Fix a case of copy - too little modify - pasteJoerg Mayer1-1/+1
2018-02-15Put some info into the INFO columnJoerg Mayer1-64/+102
2018-02-15Move hkdf_extract to wsgcrypt.hPeter Wu1-11/+0
2018-02-15steam-ihs: Add dissector for the Steam IHS Discovery ProtocolJan Holthuis3-0/+1478
2018-02-15Disable warning C4267 in generated files.Gerald Combs3-0/+18
2018-02-15DCT2000: read new LTE MAC outheader valuesMartin Mathieson3-40/+59
2018-02-14SIGCOMP: check operand offset when accessing UDVM memoryPascal Quantin1-18/+180
2018-02-14[nb_rtpmux] Register dissector by name.AndersBroman1-0/+1
2018-02-14OpenFlow 1.5: add extra property length checksPascal Quantin1-10/+85
2018-02-14packet-mq: Code reformatRobert Grange4-667/+667
2018-02-13OpenFlow: update openflow_version_values value_stringPascal Quantin1-5/+6
2018-02-13XRA: protect against potential infinite loops and add protocol to release notesPascal Quantin1-6/+6
2018-02-13Add the Excentis XRA DOCSIS header dissector to CMake.Guy Harris1-0/+1
2018-02-13Update the introductory comment.Guy Harris1-7/+4
2018-02-13ieee80211: Correct the actual bit positions of the reserved bits.Richard Sharpe1-3/+3
2018-02-13Added dissector for Excentis DOCSIS31 XRA header. DLT 273. Builtin version.Bruno Verstuyft2-0/+1212
2018-02-13cms: Add support for RFC 4108Robert Sauter6-18/+1136
2018-02-13Make the DOCSIS dissector a built-in dissector.Guy Harris7-0/+17675
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris14-16/+17
2018-02-13ssl: Add session ticket lifetime units in secondsStig Bjørlykke2-3/+11
2018-02-13more SPDX convertions.Dario Lombardo2-26/+2
2018-02-13data: Add option to uncompress compressed dataStig Bjørlykke1-1/+35
2018-02-13IPv6: SLAAC ether address is 8 bytesStig Bjørlykke1-1/+1
2018-02-13Update couchbase dissector with 'flexible framing extras'Jim Walker1-9/+166
2018-02-13WMEM: Add strjoin routines.Craig Jackson3-14/+99