aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Fix [-Wmissing-prototypes]Anders Broman2013-12-274-0/+10
* Avoid using ephemeral memory in register routines.Evan Huus2013-12-232-4/+7
* #if 0 a group of unused #defines;Bill Meier2013-12-201-8/+23
* fixMartin Kaiser2013-12-201-0/+1
* Fix [-Wmissing-prototypes]Anders Broman2013-12-202-6/+12
* Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus2013-12-191-4/+4
* Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus2013-12-191-6/+6
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-191-4/+4
* Use "(void) <variable/>" to avoid unused variable warnings similar toGerald Combs2013-12-141-1/+4
* Take a preemptive strike at some likely future VS Code Analyzer warnings abou...Chris Maynard2013-12-141-3/+10
* Prevent VS Code Analyzer warning; (AFAICT: not an actual bug).Bill Meier2013-12-141-0/+3
* Fix warningsJakub Zawadzki2013-12-141-3/+0
* Remove not needed ';'Jakub Zawadzki2013-12-141-1/+1
* Fix Visual Studio Code Analysis warning C6054: String 'szStr' might not be ze...Chris Maynard2013-12-131-0/+2
* Reject the packet if info is NULL under conditions where it'll be used.Chris Maynard2013-12-121-0/+4
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-0/+1
* Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann2013-11-291-4/+39
* Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki2013-11-292-0/+2
* Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki2013-11-291-14/+14
* Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann2013-11-231-3/+3
* Create multiple dissection functions if packet_info->ipproto is used to disti...Michael Mann2013-11-221-15/+22
* Create separate dissector function for TCP functionality so packet_info->ethe...Michael Mann2013-11-211-12/+17
* Fix [-Wmissing-prototypes]Anders Broman2013-11-1910-12/+26
* Fix [-Wmissing-prototypes]Anders Broman2013-11-1844-1/+124
* Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris2013-11-171-1/+2
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-173-3/+3
* Try to fix [-Wmissing-prototypes]Anders Broman2013-11-157-1/+9
* Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype hasGuy Harris2013-11-121-6/+2
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-1016-0/+18
* Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki2013-11-101-0/+2
* Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann2013-11-092-21/+23
* include <wsutil/pint.h> only when needed.Jakub Zawadzki2013-11-091-0/+2
* Include <epan/to_str.h> only when needed.Jakub Zawadzki2013-11-092-0/+2
* Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann2013-11-063-622/+601
* Remove setting of pinfo->private_data to ETHERCAT_MBOX_HEADER structure as it...Michael Mann2013-11-051-1/+0
* Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann2013-11-021-4/+6
* From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier2013-10-2929-37/+10
* Add a very small hack to make the UAT update callback error string freeable, andEvan Huus2013-10-251-1/+1
* Minor cleanup.Michael Mann2013-10-242-5/+1
* Make WiMax CDMA Code Attribute its own protocol with it's own filter.Michael Mann2013-10-241-10/+8
* Create a single array of ett_ variables, instead of individual etts + array o...Michael Mann2013-10-241-587/+17
* Remove profinet_conv member of struct _packet_info and turn it into proto_data.Michael Mann2013-10-241-6/+5
* Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier2013-10-237-3/+26
* Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier2013-10-238-2/+65
* Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (http...Michael Mann2013-10-181-1/+13
* Add CMake properties to targets so that they are logically organised when usi...Graham Bloice2013-10-1315-0/+15
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2013-09-301-2/+2
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2013-09-301-3/+3
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2013-09-301-1/+1
* Fix various warnings in (hopefully) the right ways.Evan Huus2013-09-287-12/+5