aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus12-0/+276
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris3-7/+7
2013-07-01Fix Coverity CID 280618 (Dereference before null check).Chris Maynard1-2/+2
2013-07-01Fix Coverity CID 1035326 (Improper use of negative value) by guarding against...Chris Maynard1-0/+2
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier2-4/+4
2013-06-30Add a question about whether hf_pn_rt_frag_data should be FT_STRING or FT_BYTES.Jeff Morriss1-0/+2
2013-06-25Link this plugin with libwsutil too (in order to pick up time symbols).Jeff Morriss1-1/+1
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard2-2/+2
2013-06-17More PDU export work:Pascal Quantin1-17/+1
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