aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-04134-268/+0
* Remove trailing whitespaceBill Meier2014-02-2553-339/+339
* Fix -Wunused-const-variable found by ClangAlexis La Goutte2014-02-241-0/+4
* Bug 9721 - profinet write doesn't decode the Profidrive value Type correctWidok2014-02-191-46/+155
* Introduce end-of-line normalizationPascal Quantin2014-02-051-34/+34
* Don't pass tvb_get_ptr to proto_tree_add_stringEvan Huus2014-02-031-4/+1
* Fix (-W)documentation found by ClangAlexis La Goutte2014-02-031-64/+64
* Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez2014-02-031-1/+1
* Add newlines at end of files that are missing them.Gilbert Ramirez2014-01-292-2/+2
* The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of theEvan Huus2014-01-242-2/+10
* More prototype cleanup.Guy Harris2014-01-145-1/+25
* In a source file that defines external functions, the header file thatGuy Harris2014-01-136-4/+76
* dissect_CBA_Connection_Data() isn't used outside packet-dcom-cba-acco.c,Guy Harris2014-01-132-8/+1
* Move dissect_pn_uint16_ret_item() to packet-pn.c, to be with its siblingGuy Harris2014-01-133-22/+22
* dispatchService() is imported from other code; declare it inGuy Harris2014-01-132-3/+1
* Stop building and distributing the asn1 plugin. I bleleve it to be obsolete.Anders Broman2014-01-022-2/+0
* Fix [-Wmissing-prototypes]Anders Broman2014-01-0213-0/+32
* Fix [-Wmissing-prototypes]Anders Broman2014-01-0223-0/+71
* wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_de...Pascal Quantin2014-01-011-1/+1
* Fix [-Wmissing-prototypes]Anders Broman2014-01-012-1/+5
* Fix [-Wmissing-prototypes]Anders Broman2014-01-0113-5/+30
* 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