aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/agentx/packet-agentx.c
Commit message (Expand)AuthorAgeFilesLines
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-221-1111/+0
* proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier2008-10-251-6/+3
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-051-2/+2
* Get rid of most of the legacy oid stuff.Anders Broman2007-11-011-1/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-1/+1
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-1/+1
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Convert most other plugin dissectors to use the make-dissector-regGuy Harris2006-04-221-30/+0
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* Fix a typo found by Guy.Gerald Combs2005-10-161-46/+46
* Don't write before the beginning of a buffer. Add an item to theGerald Combs2005-09-251-3/+2
* Move a comment to the right place.Gerald Combs2005-09-211-2/+1
* Don't write a '\0' way the heck past the end of an array. Fixes bug 164.Gerald Combs2005-05-101-0/+3
* bugfix of a bug causing tethereal value output to fail:Ulf Lamping2005-03-271-0/+1
* bugfix of a bug causing tethereal value output to fail:Ulf Lamping2005-03-271-1/+4
* From Oleg Terletsky:Guy Harris2005-03-201-91/+47
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-6/+6
* Preparations for dropping the old plugin api.Lars Roland2005-03-051-10/+2
* Use tcp_dissect_pdus().Guy Harris2005-02-101-175/+106
* Use VB_ rather than V_ for the VarBind types, to avoid a collision withGuy Harris2005-02-101-39/+39
* From Oleg Terletsky: AgentX support.Guy Harris2005-02-101-0/+1260