aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-05-29Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...Michael Mann7-18/+93
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann1-1/+1
2013-04-18Fix FSF address.Guy Harris1-2/+2
2013-04-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-17/+12
2013-04-16Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus4-4/+4
2013-04-10Coverity CID 280337 Unchecked return valueMartin Kaiser1-4/+6
2013-04-09Coverity CID 751101: Logically Dead CodeMartin Kaiser1-1/+1
2013-04-09fix indentingMartin Kaiser1-36/+36
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2-2/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris4-21/+25
2013-03-21From beroset:Bill Meier1-28/+28
2013-03-21From beroset:Bill Meier6-88/+88
2013-03-20[-Wmissing-prototypes]Anders Broman1-7/+7
2013-03-20 From beroset:Bill Meier7-25/+25
2013-03-19From Michal Labedzki:Anders Broman1-1/+1
2013-03-18From beroset:Anders Broman1-9/+9
2013-03-18From beroset:Anders Broman1-12/+12
2013-03-15Build easy codec plugin as a DLLBalint Reczey1-0/+4
2013-03-12From David Arnold:Jaap Keuter15-15/+15
2013-03-09From Thomas Wiens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8455Evan Huus1-1/+1
2013-03-03ENC_BIG_ENDIAN -> ENC_NA (as found by fix-encoding-args.pl)Pascal Quantin1-1/+1
2013-03-03From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin6-82/+82
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey20-23/+28
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-78/+78
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin3-84/+84
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-3/+0
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its == > it's as needed.Bill Meier4-15/+15
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris2-5/+2
2013-02-15Get rid of an extra blank line.Guy Harris1-1/+0
2013-02-15From Hannes Mezger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8327Evan Huus13-795/+1412
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez1-2/+2
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier33-114/+272
2013-02-10Add %option noinput to some Flex files, as we aren't using the input()Guy Harris1-0/+5
2013-02-10Fix a (benign) ERROR: NO ARRAY: opcua/opcua.c, hf_opcua_reassembled_dataBill Meier1-2/+1
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2013-02-10Comment out various unused hf_... instances found by checkhf.Bill Meier4-222/+314
2013-02-10Fix ERROR: NO ARRAY: packet-tlv.c, hf_docsis_rcv_mod_enc_ctr_freq_asgnBill Meier1-0/+5
2013-02-09We *did* fix the APIs used.Guy Harris1-1/+0
2013-02-09Pull the definition of NODIST_HEADER_FILES up intoGuy Harris5-12/+6
2013-02-09"make maintainer-clean" should nuke all generated files.Guy Harris1-0/+2
2013-02-09Get rid of trailing tabs, make comments more similar.Guy Harris2-3/+3
2013-02-09Define GENERATED_HEADER_FILES in plugins/Makefile.common.inc.Guy Harris2-4/+7
2013-02-09plugins/Makefile.common.inc defines NODIST_SRC_FILES, andGuy Harris1-4/+0
2013-02-09Define FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC_FILES inGuy Harris2-4/+16
2013-02-09plugins/Makefile.common.inc should already be definingGuy Harris1-4/+0
2013-02-09The type of the second argument to g_snprintf() is gulong. (It *should*Guy Harris1-2/+2
2013-02-09Add casts to make it build on win64.Anders Broman1-2/+2
2013-02-09Try to fix the makefiles to be able to build mate after distclean.Anders Broman2-3/+15
2013-02-09Get rid of a '- i' that appears to have been accidentally inserted in r47581.Evan Huus1-1/+1