aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2009-08-06Fix compilation warnings in a few dissectors and try moving them to theGerald Combs1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-04-20More constification to fix warnings.Guy Harris1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-5/+5
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-2/+2
2008-12-30Comment parameters in call to uat_new()Martin Mathieson1-6/+6
2008-09-03That #include is necessary to get epan_strcasestr() declared;Guy Harris1-0/+1
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-3/+2
2008-08-04if it's se allocated it needs to be filled only once.Luis Ontanon1-10/+7
2008-08-04Fix an ep memory corruption due to passing ep blocks into a se allocated stru...Luis Ontanon1-4/+4
2008-06-04- Make FP radio division mode/speed explicit in struct for R7Martin Mathieson1-0/+6
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
2008-02-07Corrected some types.Stig Bjørlykke1-1/+1
2007-11-20Reindent some to improve readabilityJeff Morriss1-71/+92
2007-07-17Have the encapsulation selection match on the port name as well as stk filename.Luis Ontanon1-2/+3
2007-06-12This should fix Coverity's CID: 240 (Bug 1648)Luis Ontanon1-2/+5
2007-05-08From Kriang Lerdsuwanakij:Martin Mathieson1-7/+14
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-2/+2
2007-02-14Try to fix a naming conflict on Windows.Gerald Combs1-32/+32
2007-02-14Change fp_info struct to be more general by removing DCT2000-specific field.Martin Mathieson1-2/+5
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-2/+6
2007-02-08From: Kriang LerdsuwanakijLuis Ontanon1-8/+103
2007-02-07* Add a category param to the uat.Luis Ontanon1-0/+1
2007-02-07From: Gisle VanemLuis Ontanon1-1/+2
2007-02-05* Add a help facility for UATsLuis Ontanon1-0/+1
2007-02-04UATify k12 configurationLuis Ontanon1-162/+164
2007-01-28From Kriang Lerdsuwanakij:Luis Ontanon1-18/+97
2006-12-14From Sebastien Tandel: don't allocate a hash table until a little bit later i...Jeff Morriss1-1/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-11Close the files after reading!Luis Ontanon1-0/+1
2005-10-24- packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th...Luis Ontanon1-2/+16
2005-10-17In packet-dcerpc-nt.c, make sure we call init_pol_hash() each time we loadGerald Combs1-28/+28
2005-08-22Two fixes to tektronix k12 import:Luis Ontanon1-1/+3
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-4/+4
2005-06-18- Use report_error and Co. to report errorsLuis Ontanon1-18/+20
2005-06-17- Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon1-2/+2
2005-06-16Remove unused variable.Guy Harris1-3/+2
2005-06-16third and last(?) iteration on the import routines for tektronix 32bit rf5 fi...Luis Ontanon1-9/+46
2005-06-13use a helper dissector to show k12 files.Luis Ontanon1-0/+199