aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-09-21CMake:Jörg Mayer8-0/+130
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam1-8/+7
2009-09-16Build a few more pluginsJörg Mayer6-0/+475
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier5-6/+6
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer1-0/+69
2009-09-13Run checkapi on the dissector header filesJeff Morriss31-30/+34
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam17-17/+17
2009-09-09Check our array lengths and refuse to process them if they're too large.Gerald Combs3-72/+67
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-15/+15
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-21Remove unneeded #includes.Jaap Keuter1-2/+0
2009-08-21Remove unneeded #includes.Jaap Keuter2-92/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier47-337/+2
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+8
2009-08-20From Geoffrey Kimball:Jaap Keuter4-0/+181
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam23-32/+32
2009-08-15Use HFILL instead of hard coding the valuesKovarththanan Rajaratnam2-8/+8
2009-08-14From Artem Tamazov via. 3899:Kovarththanan Rajaratnam1-1/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam2-6/+6
2009-08-09(Trivial): Remove uneeded #includes; make a few fcns static;Bill Meier8-38/+6
2009-08-09'if(proto_... == -1)' not req'd; Don't register ett[] more than once;Bill Meier3-52/+27
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam6-22/+6
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam5-20/+5
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam9-18/+9
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2-5/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam17-46/+23
2009-08-08Check TLV lengths before we try to add them to the tree. Fixes bug 3824.Gerald Combs1-11/+25
2009-08-05Fix typo.Guy Harris1-1/+1
2009-08-04Put the initializers for the elements of value_string arrays into curlyGuy Harris3-11/+11
2009-08-04Minor changes:Bill Meier35-8064/+7858
2009-08-03Remove a couple of unused variables.Gerald Combs1-4/+2
2009-08-03Add some null checks.Gerald Combs1-1/+45
2009-08-03More minor cleanups:Bill Meier1-43/+46
2009-08-03Minor cleanups:Bill Meier1-62/+56
2009-08-03Various minor cleanups:Bill Meier1-263/+250
2009-08-03Use find_dissector() instead of create_dissector_handle();Bill Meier1-7/+6
2009-07-21From Benjamin Meyer:Anders Broman1-16/+572
2009-07-18From Kovarththanan Rajaratnam via bug 3719:Stig Bjørlykke1-9/+9
2009-07-16From Rajasekhar Reddy Gali:Anders Broman1-67/+62
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-07-07Removed header_field.hStig Bjørlykke1-1/+0
2009-07-07Fix the esl protocol enable/disable handling issue introduced in SVN #28986:Bill Meier1-14/+17
2009-07-07Various fixes:Bill Meier2-11/+14
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke4-4/+4
2009-07-07From Richard Kummel:Stig Bjørlykke4-30/+396
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke18-32/+32
2009-07-07From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-07-07From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2-1333/+1299
2009-07-06fix install stepUlf Lamping1-1/+1