aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmhdr.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Fix an error in a comment I added last week.Jeff Morriss2010-10-111-1/+1
* Don't use a TRY/CATCH block just to ignore any exceptions thrown byJeff Morriss2010-10-081-13/+11
* From tieuthunhi:Anders Broman2010-09-141-3/+6
* Check our field lengths. Should fix the recent randpkt errors.Gerald Combs2010-07-091-0/+14
* Strengthen test for Gigamon trailer;Bill Meier2010-06-231-41/+41
* Ensure no exceptions thrown while checking for Gigamon trailer.Bill Meier2010-06-221-14/+15
* If the trailer is less than 4 bytes it's not a Gigamon hdr.Anders Broman2010-06-221-0/+5
* Corrected copyright header.Stig Bjørlykke2010-06-211-2/+5
* Added volatile to 'offset' (needed by my version of gcc).Martin Mathieson2010-06-211-1/+1
* Properly terminate gmhdr_ftype_timestamp[].Guy Harris2010-06-201-1/+2
* Mark pinfo as unused.Guy Harris2010-06-201-1/+1
* More rework of the code:Bill Meier2010-06-201-138/+86
* From tieuthunhi via bug 4887:Stig Bjørlykke2010-06-191-0/+351