aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2014-02-05Introduce end-of-line normalizationPascal Quantin1-34/+34
2014-02-03Don't pass tvb_get_ptr to proto_tree_add_stringEvan Huus1-4/+1
2014-02-03Fix (-W)documentation found by ClangAlexis La Goutte1-64/+64
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-29Add newlines at end of files that are missing them.Gilbert Ramirez2-2/+2
2014-01-24The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of theEvan Huus2-2/+10
2014-01-14More prototype cleanup.Guy Harris5-1/+25
2014-01-13In a source file that defines external functions, the header file thatGuy Harris6-4/+76
2014-01-13dissect_CBA_Connection_Data() isn't used outside packet-dcom-cba-acco.c,Guy Harris2-8/+1
2014-01-13Move dissect_pn_uint16_ret_item() to packet-pn.c, to be with its siblingGuy Harris3-22/+22
2014-01-13dispatchService() is imported from other code; declare it inGuy Harris2-3/+1
2014-01-02Stop building and distributing the asn1 plugin. I bleleve it to be obsolete.Anders Broman2-2/+0
2014-01-02Fix [-Wmissing-prototypes]Anders Broman13-0/+32
2014-01-02Fix [-Wmissing-prototypes]Anders Broman23-0/+71
2014-01-01wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_de...Pascal Quantin1-1/+1
2014-01-01Fix [-Wmissing-prototypes]Anders Broman2-1/+5
2014-01-01Fix [-Wmissing-prototypes]Anders Broman13-5/+30
2013-12-27Fix [-Wmissing-prototypes]Anders Broman4-0/+10
2013-12-23Avoid using ephemeral memory in register routines.Evan Huus2-4/+7
2013-12-20#if 0 a group of unused #defines;Bill Meier1-8/+23
2013-12-20fixMartin Kaiser1-0/+1
2013-12-20Fix [-Wmissing-prototypes]Anders Broman2-6/+12
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-4/+4
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-6/+6
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-4/+4
2013-12-14Use "(void) <variable/>" to avoid unused variable warnings similar toGerald Combs1-1/+4
2013-12-14Take a preemptive strike at some likely future VS Code Analyzer warnings abou...Chris Maynard1-3/+10
2013-12-14Prevent VS Code Analyzer warning; (AFAICT: not an actual bug).Bill Meier1-0/+3
2013-12-14Fix warningsJakub Zawadzki1-3/+0
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-13Fix Visual Studio Code Analysis warning C6054: String 'szStr' might not be ze...Chris Maynard1-0/+2
2013-12-12Reject the packet if info is NULL under conditions where it'll be used.Chris Maynard1-0/+4
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-4/+39
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki2-0/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-14/+14
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-22Create multiple dissection functions if packet_info->ipproto is used to disti...Michael Mann1-15/+22
2013-11-21Create separate dissector function for TCP functionality so packet_info->ethe...Michael Mann1-12/+17
2013-11-19Fix [-Wmissing-prototypes]Anders Broman10-12/+26
2013-11-18Fix [-Wmissing-prototypes]Anders Broman44-1/+124
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris1-1/+2
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris3-3/+3
2013-11-15Try to fix [-Wmissing-prototypes]Anders Broman7-1/+9
2013-11-12Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype hasGuy Harris1-6/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki16-0/+18
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann2-21/+23
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki2-0/+2