aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/agentx/packet-agentx.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris1-30/+0
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-10-16Fix a typo found by Guy.Gerald Combs1-46/+46
2005-09-25Don't write before the beginning of a buffer. Add an item to theGerald Combs1-3/+2
2005-09-21Move a comment to the right place.Gerald Combs1-2/+1
2005-05-10Don't write a '\0' way the heck past the end of an array. Fixes bug 164.Gerald Combs1-0/+3
2005-03-27bugfix of a bug causing tethereal value output to fail:Ulf Lamping1-0/+1
2005-03-27bugfix of a bug causing tethereal value output to fail:Ulf Lamping1-1/+4
2005-03-20From Oleg Terletsky:Guy Harris1-91/+47
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-10/+2
2005-02-10Use tcp_dissect_pdus().Guy Harris1-175/+106
2005-02-10Use VB_ rather than V_ for the VarBind types, to avoid a collision withGuy Harris1-39/+39
2005-02-10From Oleg Terletsky: AgentX support.Guy Harris1-0/+1260