aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2014-04-08I don't see anything here requiring netinet/in.h, so don't include it.Guy Harris1-8/+0
2014-04-08I don't see anything here requiring netinet/in.h, so don't include it.Guy Harris1-8/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte23-46/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-4/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte96-180/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte11-22/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte16-32/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-9/+0
2014-03-16Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann2-194/+0
2014-03-12Thou shalt not put newlines in the strings in value_string tables.Guy Harris1-1/+1
2014-03-05Corrected mrp decoding of link up and downWidok3-255/+156
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte3-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte134-268/+0
2014-02-25Remove trailing whitespaceBill Meier53-339/+339
2014-02-24Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+4
2014-02-19Bug 9721 - profinet write doesn't decode the Profidrive value Type correctWidok1-46/+155
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