aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/packet-mate.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-17Rename some routines and structure members.Guy Harris1-1/+1
2017-04-17Include protocols in the list of wanted hfids.Guy Harris1-2/+2
2017-04-17Make the current MATE config pointer static only to packet-mate.c.Guy Harris1-3/+9
2017-04-16No need for this to be a global variable.Guy Harris1-7/+6
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-1/+8
2016-12-26Don't claim packet as MATE if there is no MATE configurationMichael Mann1-1/+6
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-1/+2
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-10-05Fix capitalization in MATE's "you need to restart to reconfigure" message.Jeff Morriss1-22/+37
2015-09-15mate.released_time is added as a float so register it as such.Jeff Morriss1-1/+1
2014-11-19Eliminate proto_tree_add_text from packet-mate.cMichael Mann1-28/+50
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+12
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-15/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-01Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-03-21From beroset:Bill Meier1-3/+3
2012-07-09From Evan Huus:Anders Broman1-6/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-4/+4
2011-04-25More fun with GArrays: cast away some warnings that don't report realGuy Harris1-2/+2
2011-04-22Fix (latest) Dead Store (Dead nested assignment) Warning found by ClangAlexis La Goutte1-3/+2
2011-01-30Whitespace cleanup (remove trailing blanks from lines).Bill Meier1-65/+65
2009-08-03Use find_dissector() instead of create_dissector_handle();Bill Meier1-7/+6
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-4/+5
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-24Add register_postdissector() to the API.Luis Ontanon1-1/+6
2005-12-12- add Debug and Default declarations.Luis Ontanon1-2/+0
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-8/+8
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-4/+4
2005-05-21PDU, GOP and GOG should be at the same level not nestedLuis Ontanon1-2/+2
2005-05-16MATE has a grammar.Luis Ontanon1-45/+82
2005-02-24- fix a crash in new_avpl_strict_match when the operator avpl was emptyLuis Ontanon1-1/+1
2005-02-20Changed the GopTree in GogDef and GogExtra from a boolean to a stringLuis Ontanon1-6/+29
2005-02-18Get rid of some useless lines from the last patchLuis Ontanon1-6/+1
2005-02-18Add a pointer to the start frame of each gop in the gog's treeLuis Ontanon1-6/+20
2005-02-11avoid freeing the gop_key more than once and do not reregister the tap at eve...Luis Ontanon1-5/+7
2005-02-10mate runtime did not get initialized when configured after loading a capture ...Luis Ontanon1-1/+5
2005-02-10add "mate" as a protocol to its treeLuis Ontanon1-2/+2
2005-01-28use MATE (not mate) for protocol name and protocol treeUlf Lamping1-2/+2
2005-01-28A new patch for mate from Luis Ontanon:Lars Roland1-4/+13
2005-01-16Some trivial warning fixes in mateJörg Mayer1-2/+2
2005-01-10One more patch for mate:Lars Roland1-6/+15
2005-01-07From Luis Ontanon:Lars Roland1-10/+11
2005-01-06From Luis Ontanon:Lars Roland1-2/+2
2005-01-06From Luis Ontanon:Lars Roland1-31/+30