aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmhdr.c
AgeCommit message (Expand)AuthorFilesLines
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