aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmhdr.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-12Fix some proto_tree_add_item() FT_ABSOLUTE_TIME encoding parameters:wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-11Fix an error in a comment I added last week.morriss1-1/+1
2010-10-08Don't use a TRY/CATCH block just to ignore any exceptions thrown bymorriss1-13/+11
2010-09-14From tieuthunhi:etxrab1-3/+6
2010-07-09Check our field lengths. Should fix the recent randpkt errors.gerald1-0/+14
2010-06-23Strengthen test for Gigamon trailer;wmeier1-41/+41
2010-06-22Ensure no exceptions thrown while checking for Gigamon trailer.wmeier1-14/+15
2010-06-22If the trailer is less than 4 bytes it's not a Gigamon hdr.etxrab1-0/+5
2010-06-21Corrected copyright header.stig1-2/+5
2010-06-21Added volatile to 'offset' (needed by my version of gcc).martinm1-1/+1
2010-06-20Properly terminate gmhdr_ftype_timestamp[].guy1-1/+2
2010-06-20Mark pinfo as unused.guy1-1/+1
2010-06-20More rework of the code:wmeier1-138/+86
2010-06-19From tieuthunhi via bug 4887:stig1-0/+351