aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-11-25packet-iwarp-mpa.c: Stop FPDU dissection if the ULPDU_LENGTH field does NOT ...Michael Mann1-6/+3
2017-11-24Re-sync with osmocom version of the file with new typesMartin Heusse1-0/+4
2017-11-24TDS: Fix packet reassembly for TDS 4.x/TDS5.x streams.Craig Jackson1-28/+87
2017-11-24DTLS: fix decryption with EMS and client authPeter Wu1-16/+22
2017-11-24packet: ensure consistent layer number for heuristics dissectorPeter Wu1-1/+16
2017-11-24make-dissectors: Use more shell for build recipeJoão Valverde1-1/+1
2017-11-23ZigBee ZCL Price Cluster dissectorIvan Ermakov1-36/+1957
2017-11-23BGP: display ESI 10bytes value (and not a decoded value)Alexis La Goutte1-21/+9
2017-11-23BGP: Add Path Identifier to IPv6 NLRIMichael Mann1-13/+20
2017-11-23[make-dissectors] Need to link with wsutilAndersBroman1-1/+2
2017-11-23make-dissectors: Another attempt to use newlines instead of spacesJoão Valverde3-3/+9
2017-11-23make-dissectors: Fallback to the newly introduced glib-compat replacementJoão Valverde1-7/+1
2017-11-23[glib-compat] g_async_queue_timeout_pop() needed for older glibsAndersBroman1-0/+1
2017-11-23make-dissectors: Don't use stdoutJoão Valverde3-17/+44
2017-11-23[make-dissectors] g_ptr_array_new_full() is glib 2.30.0 which we do notAndersBroman1-0/+7
2017-11-23TLS: fix decryption with EMS and client authPeter Wu1-1/+7
2017-11-23zbee_parse_uint -> proto_tree_add_item[_ret_uint]Michael Mann5-421/+442
2017-11-23Add comment with motive for dissectors.c.inJoão Valverde2-0/+7
2017-11-23make-dissectors: Print the number of functions successfully parsedJoão Valverde1-0/+2
2017-11-23RTPS: Topic Information feature now available for all the submessagesJuanjo Martin1-56/+107
2017-11-23ssl(-utils.h): fix parameter 'src' not found in the function declaration [-Wd...Alexis La Goutte1-1/+1
2017-11-23wisun: fix no previous prototype for function 'proto_register_wisun/proto_reg...Alexis La Goutte1-0/+3
2017-11-23802154: fix no previous prototype for function 'ieee802154_create_psie_tree' ...Alexis La Goutte1-1/+1
2017-11-22ZigBee ZDP cluster displayIvan Ermakov3-13/+37
2017-11-22ZigBee ZCL Calendar Cluster dissectorIvan Ermakov1-20/+756
2017-11-22make-dissectors: Remove dependency on GNU Make >= 4.0João Valverde1-3/+3
2017-11-22Add Zigbee encoding, ENC_ZIGBEEMichael Mann5-157/+60
2017-11-22Add support to handle DNS retransmissionsMichael Mann1-20/+95
2017-11-22Enable TCP Calculate Conversation Timestamp by defaultMichael Mann1-1/+1
2017-11-22ZigBee ZCL DRLC Cluster dissectorIvan Ermakov2-0/+241
2017-11-22ZigBee ZCL Energy Management Cluster dissectorIvan Ermakov2-0/+230
2017-11-21Add support for MongoDB 3.6's OP_MSG to dissectorDerick Rethans1-4/+173
2017-11-21CMake: Remove duplicate PIDL files from CMakeLists.txtJoão Valverde2-6/+0
2017-11-21BGP: enhance displayAlexis La Goutte1-6/+6
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde5-1/+215
2017-11-21From looking at the OpenAFS source, the RX abort code is signed.Guy Harris1-1/+1
2017-11-21mqtt: Add sanity checks for MQTT v5.0 Reason CodesStig Bjørlykke1-34/+53
2017-11-20OpenAFS always puts out 3 bytes of padding in an ack packet.Guy Harris1-1/+2
2017-11-20Revert "make-dissectors: Be more resilient with whitespace"João Valverde4-7/+7
2017-11-20dissector/mqtt: Add the MQTT v5.0 Reason CodesFlavio Santes1-9/+287
2017-11-20make-dissectors: Be more resilient with whitespaceJoão Valverde4-7/+7
2017-11-20ieee1905: fix typo bandwith => bandwidthAlexis La Goutte1-1/+1
2017-11-20ieee1905: fix typo addres => addressAlexis La Goutte1-1/+1
2017-11-20Rewrite make-dissector-reg.py in CJoão Valverde5-1385/+1555
2017-11-20Remove unused dissector registration prototypes, fix typoJoão Valverde14-20/+1
2017-11-20packet-tds.c: Correct encoding for hf_tds_colmetadata_maxbytesizeMichael Mann1-1/+1
2017-11-20file-elf: remove unuseful check (found by Clang 6).Dario Lombardo1-1/+1
2017-11-19Fix (and chop) static build optionJoão Valverde3-134/+7
2017-11-19packet-h223.c: Ensure conversation data existsMichael Mann1-2/+4
2017-11-19Move dissect_leb128 to file-elf.cMichael Mann7-113/+22