aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmhdr.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-11Improve heuristics for gmtrailer.Anders Broman1-1/+3
2013-01-14Fix CID 967205: Unused pointer value.Chris Maynard1-1/+1
2013-01-11Fix uninitialized variable.Guy Harris1-1/+1
2013-01-11Get rid of unused variable.Guy Harris1-2/+0
2013-01-11Add support for expanded Gigamon Trailer format Michael Mann1-42/+121
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19From Sandeep Dahiya.Anders Broman1-1/+98
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-12Fix some proto_tree_add_item() FT_ABSOLUTE_TIME encoding parameters:Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-11Fix an error in a comment I added last week.Jeff Morriss1-1/+1
2010-10-08Don't use a TRY/CATCH block just to ignore any exceptions thrown byJeff Morriss1-13/+11
2010-09-14From tieuthunhi:Anders Broman1-3/+6
2010-07-09Check our field lengths. Should fix the recent randpkt errors.Gerald Combs1-0/+14
2010-06-23Strengthen test for Gigamon trailer;Bill Meier1-41/+41
2010-06-22Ensure no exceptions thrown while checking for Gigamon trailer.Bill Meier1-14/+15
2010-06-22If the trailer is less than 4 bytes it's not a Gigamon hdr.Anders Broman1-0/+5
2010-06-21Corrected copyright header.Stig Bjørlykke1-2/+5
2010-06-21Added volatile to 'offset' (needed by my version of gcc).Martin Mathieson1-1/+1
2010-06-20Properly terminate gmhdr_ftype_timestamp[].Guy Harris1-1/+2
2010-06-20Mark pinfo as unused.Guy Harris1-1/+1
2010-06-20More rework of the code:Bill Meier1-138/+86
2010-06-19From tieuthunhi via bug 4887:Stig Bjørlykke1-0/+351