aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_setup.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde1-670/+0
2017-04-17Remove unnecessary tap.Guy Harris1-21/+5
2017-04-17Include protocols in the list of wanted hfids.Guy Harris1-3/+3
2017-04-17Consistently call mate_config pointers "mc".Guy Harris1-123/+123
2017-04-17Make the current MATE config pointer static only to packet-mate.c.Guy Harris1-38/+44
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-0/+12
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+12
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-03-21From beroset:Bill Meier1-13/+13
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-2/+2
2011-05-19Fix another old style function declaration warningJörg Mayer1-1/+1
2011-01-30Whitespace cleanup (remove trailing blanks from lines).Bill Meier1-66/+66
2010-04-14Be sure we initialize the p_id in hf's. This fixesJeff Morriss1-2/+5
2010-04-14Fix up MATE's hf display values so MATE will actually run.Jeff Morriss1-6/+8
2009-03-27Replace some unnecessary use of g_snprintf and g_strdup_printfBill Meier1-4/+4
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-2/+2
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-295/+0
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-0/+5
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-05Bill Meier:Jörg Mayer1-4/+4
2005-12-12- add Debug and Default declarations.Luis Ontanon1-5/+0
2005-12-12Avoid to crash if we are given an unexistent field.Luis Ontanon1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-4/+4
2005-06-24More constification.Guy Harris1-1/+1
2005-05-22at this point mate should be working as it did before the grammarLuis Ontanon1-24/+47
2005-05-16Transforms and Pdus are working already, Gops start to work.Luis Ontanon1-130/+2
2005-05-16MATE has a grammar.Luis Ontanon1-1150/+451
2005-02-22avoid crashing when Debug_Cfg is set and no Payload is given for a PduLuis Ontanon1-1/+1
2005-02-20Changed the GopTree in GogDef and GogExtra from a boolean to a stringLuis Ontanon1-4/+22
2005-02-19In order to avoid a crash at reanalize_gop(), do not accept a GogKey where th...Luis Ontanon1-0/+5
2005-02-18Adds Payload AVP to PduDef AVPLs simmetric to the Transport AVPLuis Ontanon1-29/+68
2005-02-18Add a pointer to the start frame of each gop in the gog's treeLuis Ontanon1-1/+15
2005-02-18two fixes in config loading:Luis Ontanon1-1/+6
2005-02-10add "mate" as a protocol to its treeLuis Ontanon1-2/+3
2005-02-06From: LEGOAnders Broman1-43/+55
2005-02-04HFILL can't be used to initialize at run time.Guy Harris1-1/+1
2005-02-04albert chin:Jörg Mayer1-11/+14
2005-01-21From Luis Ontanon for Mate:Lars Roland1-3/+16
2005-01-10One more patch for mate:Lars Roland1-48/+69
2005-01-07From Luis Ontanon:Lars Roland1-111/+101
2005-01-06From Luis Ontanon:Lars Roland1-3/+4
2005-01-06From Luis Ontanon:Lars Roland1-11/+34