aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Constify wimax_mac_calc_crc32()Kovarththanan Rajaratnam2009-10-045-5/+5
* Remove forward referencesKovarththanan Rajaratnam2009-10-041-13/+0
* Move prototype to wimax_utils.hKovarththanan Rajaratnam2009-10-042-1/+2
* Include wimax_utils.hKovarththanan Rajaratnam2009-10-041-1/+2
* Until we either supply "yapp" or put "yapp" into the list of tools youGuy Harris2009-09-251-1/+0
* Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer2009-09-253-0/+159
* Forgot to commit the unistim cmakefileJörg Mayer2009-09-251-0/+75
* Fix build of make and asn1 plugins.Jörg Mayer2009-09-252-6/+11
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-246-102/+51
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-28/+7
* Remove check_col() guardKovarththanan Rajaratnam2009-09-248-31/+7
* Update *.vcproj to visual studio 8Anders Broman2009-09-241-1/+2
* Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam2009-09-234-6/+5
* Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam2009-09-236-9/+9
* Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam2009-09-238-8/+0
* Build more plugins with cmake.Jörg Mayer2009-09-235-0/+415
* Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam2009-09-229-12/+9
* CMake:Jörg Mayer2009-09-218-0/+130
* Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam2009-09-201-8/+7
* Build a few more pluginsJörg Mayer2009-09-166-0/+475
* Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier2009-09-155-6/+6
* Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer2009-09-151-0/+69
* Run checkapi on the dissector header filesJeff Morriss2009-09-1331-30/+34
* We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam2009-09-0917-17/+17
* Check our array lengths and refuse to process them if they're too large.Gerald Combs2009-09-093-72/+67
* Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam2009-09-061-15/+15
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-0/+1
* Remove unneeded #includes.Jaap Keuter2009-08-211-2/+0
* Remove unneeded #includes.Jaap Keuter2009-08-212-92/+0
* (Minor) Remove unneeded #includes.Bill Meier2009-08-2147-337/+2
* Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam2009-08-211-0/+8
* From Geoffrey Kimball:Jaap Keuter2009-08-204-0/+181
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-1623-32/+32
* Use HFILL instead of hard coding the valuesKovarththanan Rajaratnam2009-08-152-8/+8
* From Artem Tamazov via. 3899:Kovarththanan Rajaratnam2009-08-141-1/+1
* Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam2009-08-092-6/+6
* (Trivial): Remove uneeded #includes; make a few fcns static;Bill Meier2009-08-098-38/+6
* 'if(proto_... == -1)' not req'd; Don't register ett[] more than once;Bill Meier2009-08-093-52/+27
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-096-22/+6
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-095-20/+5
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-099-18/+9
* Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2009-08-092-5/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-0917-46/+23
* Check TLV lengths before we try to add them to the tree. Fixes bug 3824.Gerald Combs2009-08-081-11/+25
* Fix typo.Guy Harris2009-08-051-1/+1
* Put the initializers for the elements of value_string arrays into curlyGuy Harris2009-08-043-11/+11
* Minor changes:Bill Meier2009-08-0435-8064/+7858
* Remove a couple of unused variables.Gerald Combs2009-08-031-4/+2
* Add some null checks.Gerald Combs2009-08-031-1/+45