aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu47-157/+192
2015-11-26Fix ISO C restricts enumerator values to range of 'int' [-Wpedantic]João Valverde3-195/+175
2015-11-26Completely remove "old style" dissector support.Michael Mann3-31/+9
2015-11-26Remove use of APPEND_BOOLEAN_FLAG in favor of proto_tree_add_bitmask_with_flags.Michael Mann4-226/+30
2015-11-26L2TP: Correct L2TP over IP SHA1 message digestNicolas S. Dade1-1/+1
2015-11-26Add BMT_NO_FLAGS for proto_tree_add_bitmask_XXX_with_flags.Michael Mann3-6/+7
2015-11-26NSIS: refuse to install on Windows XP or Server 2003Gerald Combs2-47/+146
2015-11-26SCTP: add another NULL dereference checkPascal Quantin1-6/+8
2015-11-26Add a check for the day of the month.Guy Harris1-2/+18
2015-11-26Qt: Redissect packets when changing profileStig Bjørlykke1-0/+2
2015-11-26Document tvb_get_guintXXX and tvb_get_ieee_XXXMichael Mann1-0/+27
2015-11-26cmake: print the current CMAKE_C_FLAGS/CMAKE_CXX_FLAGSPeter Wu1-1/+3
2015-11-26[RUDP] Use proto_tree_add_bitmask instead of something homegrown.Michael Mann1-35/+29
2015-11-26Replace tvb_get_enctohl and tvb_get_enctohs with the functions already create...Michael Mann1-35/+15
2015-11-26Remove create_dissector_handleMichael Mann3-18/+0
2015-11-26Most fields in an ISO 8601 date/time are unsigned.Guy Harris1-3/+36
2015-11-26ISUP: fix a wrong removal of proto_tree_add_text()Pascal Quantin1-11/+3
2015-11-25SCTP: verify frame pointer before dereferencing itPascal Quantin1-6/+8
2015-11-25PPP: RTP IPHC Compressed Non TCP packets and D bit zero packets (RFC 2507)John A. Thacker1-39/+172
2015-11-25wmem: add initializer (CID 1340194).Dario Lombardo1-3/+1
2015-11-25WPA (IEEE802.11) decryption function cleanupsAlexander Wetzel3-57/+45
2015-11-25RTPS: feature to add a preference that enables the dissectionJuanjo Martin2-3/+8
2015-11-25qt: move file close (CID 1159303)Dario Lombardo1-2/+3
2015-11-25Remove 'filetap' residue from .gitignoreJoão Valverde1-2/+0
2015-11-25TACACS: fix indent (and add modelines)Alexis La Goutte2-84/+98
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann17-126/+158
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann27-353/+327
2015-11-25asn2wrs.py: always use relative pathsPeter Wu1-6/+10
2015-11-25Press Start instead of Manage Interfaces on EnterPeter Wu2-2/+2
2015-11-25Fix memory leak in write_prefsMikael Kanstrup1-0/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann32-326/+348
2015-11-25Fix memory leak in capture_get_if_capabilitiesMikael Kanstrup1-0/+2
2015-11-25Fix buffer overrun in zlib decompressionPeter Wu1-3/+6
2015-11-25Fix memory leaks related to hide_interface functionMikael Kanstrup3-4/+5
2015-11-25Print guint64's with G_GUINT64_FORMAT.Guy Harris1-1/+1
2015-11-25cmake: fix dependencies for copy_data_filesPeter Wu1-23/+21
2015-11-25Don't check whether the C++ compiler supports a flag if there isn't one.Guy Harris1-93/+102
2015-11-25Lua: fix URL to documentationUli Heilmeier1-1/+1
2015-11-25Fix copy-and-pasteo.Guy Harris1-1/+1
2015-11-25Profinet: All SubframeData elements are not decodedBirol Capa1-4/+7
2015-11-25Use try_val_to_str_ext() in print_uuid().Guy Harris3-14/+25
2015-11-25Fix typo.Guy Harris1-5/+14
2015-11-25Profinet: ARProperties that contains Combined Object Container BitBirol Capa1-6/+45
2015-11-25Check whether create_tempfile() fails.Guy Harris1-0/+5
2015-11-25No declarations in the middle of code.Guy Harris1-1/+1
2015-11-24Avoid colliding definitions of wmem_tree_t.Guy Harris1-4/+1
2015-11-24Remove support for "old style" dissectors in PER API.Michael Mann7-68/+28
2015-11-24Introduces augmented interval treesMatthieu Coudron9-61/+592
2015-11-24Qt: Save preferences when hide/show columnsStig Bjørlykke1-0/+6
2015-11-24VoIP: fix a null dereference when trying to retrieve the time of a T.38 tappe...Pascal Quantin1-1/+1