aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...Michael Mann2013-05-297-18/+93
* Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann2013-04-221-1/+1
* Fix FSF address.Guy Harris2013-04-181-2/+2
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-04-171-17/+12
* Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus2013-04-164-4/+4
* Coverity CID 280337 Unchecked return valueMartin Kaiser2013-04-101-4/+6
* Coverity CID 751101: Logically Dead CodeMartin Kaiser2013-04-091-1/+1
* fix indentingMartin Kaiser2013-04-091-36/+36
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-292-2/+2
* Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris2013-03-224-21/+25
* From beroset:Bill Meier2013-03-211-28/+28
* From beroset:Bill Meier2013-03-216-88/+88
* [-Wmissing-prototypes]Anders Broman2013-03-201-7/+7
* From beroset:Bill Meier2013-03-207-25/+25
* From Michal Labedzki:Anders Broman2013-03-191-1/+1
* From beroset:Anders Broman2013-03-181-9/+9
* From beroset:Anders Broman2013-03-181-12/+12
* Build easy codec plugin as a DLLBalint Reczey2013-03-151-0/+4
* From David Arnold:Jaap Keuter2013-03-1215-15/+15
* From Thomas Wiens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8455Evan Huus2013-03-091-1/+1
* ENC_BIG_ENDIAN -> ENC_NA (as found by fix-encoding-args.pl)Pascal Quantin2013-03-031-1/+1
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-036-82/+82
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-0120-23/+28
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-011-78/+78
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-013-84/+84
* Move show_exception() and show_reported_bounds_error() toGuy Harris2013-02-271-3/+0
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-1/+1
* it's ==> its & its == > it's as needed.Bill Meier2013-02-264-15/+15
* How can I get a new tvbuff that starts at an offset within a givenGuy Harris2013-02-192-5/+2
* Get rid of an extra blank line.Guy Harris2013-02-151-1/+0
* From Hannes Mezger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8327Evan Huus2013-02-1513-795/+1412
* Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez2013-02-121-2/+2
* Comment out numerous unused hf_.... instances found by checkhf.Bill Meier2013-02-1033-114/+272
* Add %option noinput to some Flex files, as we aren't using the input()Guy Harris2013-02-101-0/+5
* Fix a (benign) ERROR: NO ARRAY: opcua/opcua.c, hf_opcua_reassembled_dataBill Meier2013-02-101-2/+1
* Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris2013-02-101-0/+5
* Comment out various unused hf_... instances found by checkhf.Bill Meier2013-02-104-222/+314
* Fix ERROR: NO ARRAY: packet-tlv.c, hf_docsis_rcv_mod_enc_ctr_freq_asgnBill Meier2013-02-101-0/+5
* We *did* fix the APIs used.Guy Harris2013-02-091-1/+0
* Pull the definition of NODIST_HEADER_FILES up intoGuy Harris2013-02-095-12/+6
* "make maintainer-clean" should nuke all generated files.Guy Harris2013-02-091-0/+2
* Get rid of trailing tabs, make comments more similar.Guy Harris2013-02-092-3/+3
* Define GENERATED_HEADER_FILES in plugins/Makefile.common.inc.Guy Harris2013-02-092-4/+7
* plugins/Makefile.common.inc defines NODIST_SRC_FILES, andGuy Harris2013-02-091-4/+0
* Define FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC_FILES inGuy Harris2013-02-092-4/+16
* plugins/Makefile.common.inc should already be definingGuy Harris2013-02-091-4/+0
* The type of the second argument to g_snprintf() is gulong. (It *should*Guy Harris2013-02-091-2/+2
* Add casts to make it build on win64.Anders Broman2013-02-091-2/+2
* Try to fix the makefiles to be able to build mate after distclean.Anders Broman2013-02-092-3/+15
* Get rid of a '- i' that appears to have been accidentally inserted in r47581.Evan Huus2013-02-091-1/+1