aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-24Qt: check that a file name was selected before trying to export follow contentPascal Quantin1-11/+13
2015-11-24Art-Net: Add missing ArtSync opcodeRyan Mullen1-0/+2
2015-11-24Remove register_dissector.Michael Mann3-25/+0
2015-11-24Remove the LDAP wrapping for registering dissectors and just use dissector_ad...Michael Mann6-87/+29
2015-11-24Convert T.124 API to use "new style" dissectors.Michael Mann5-20/+24
2015-11-24Convert XMPP dissector to "new style".Michael Mann1-8/+9
2015-11-24sshdump: add default filter even when interfaces are not listed.Dario Lombardo1-8/+7
2015-11-24[Custom plugins] CUSTOM_PLUGIN_IN_FILES is no longer required.AndersBroman2-7/+0
2015-11-24Convert PPI dissectors to "new style".Michael Mann5-145/+127
2015-11-24Fix NSIS installer generation broken in gffb5b3dPascal Quantin1-0/+1
2015-11-24Make dissect_mp4ves_config a real dissector to be called by SDPMichael Mann3-13/+15
2015-11-24cmake: add dependency information for copy_data_filesPeter Wu1-87/+81
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice15-22/+26
2015-11-24[docsis->type35ucd] Add support for type 35 UCD message.AdrianSimionov3-0/+1186
2015-11-24Fix indentation.Guy Harris1-1/+1
2015-11-24Check *how many* fields sscanf() found.Guy Harris1-31/+82
2015-11-24Qt (Recent Files): Fix typo on variable nameAlexis La Goutte1-1/+1
2015-11-24dbus dissector: Handle alignments of basic types.Nicolas Cavallari1-2/+31
2015-11-24DNS: Chain Query requestsAlexis La Goutte1-1/+16
2015-11-24DNS: Add EDNS(0) Padding OptionAlexis La Goutte1-0/+13
2015-11-24DNS: Add edns-tcp-keepalive EDNS0 OptionAlexis La Goutte1-0/+15
2015-11-24Adding RFC5512 extended communityMatt Texier1-14/+70
2015-11-23Qt: Fix column resolve namesStig Bjørlykke1-0/+4
2015-11-23sshdump: fix int issueDario Lombardo1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann23-198/+226
2015-11-23cmake: fix "multiple rules generate abi-descriptor.template" warningPeter Wu1-1/+1
2015-11-23Qt: Fixed more column issues when changing profile.Stig Bjørlykke2-2/+11
2015-11-23Pcap (pktdata): fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2015-11-23RTPS: fix no previous prototype for 'compare/hash_by_guid' [-Wmissing-prototy...Alexis La Goutte1-2/+2
2015-11-23HiSLIP: remove a DISSECTOR_ASSERTPascal Quantin1-7/+6
2015-11-23RADIUS: fix indentAlexis La Goutte1-25/+25
2015-11-23register_dissector -> new_register_dissectorMichael Mann29-235/+253
2015-11-23CMakeLists (root): fix indent (use tabs)Alexis La Goutte1-8/+9
2015-11-23RADIUS: Use directly tvb_ip_to_strAlexis La Goutte1-6/+1
2015-11-23RADIUS: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0