aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmhdr.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-2/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-18Gigamon Trailer support for new chassis typesSandeep Dahiya1-9/+17
2016-04-25gmhdr: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-...Alexis La Goutte1-2/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-6/+6
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-3/+3
2015-01-19dmp, gmhdr, vssmonitoring: prevent possible crashes;Bill Meier1-1/+6
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+12
2014-08-09Clean up Internet checksum handling.Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-29Bugfix timestamp formatting of Gigamon trailer. Bug 9433 (https://bugs.wires...Michael Mann1-1/+1
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-2/+14
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann1-1/+3
2013-05-26Batch of filterable expert infos.Michael Mann1-6/+13
2013-05-02From Sandeep Dahiya:Anders Broman1-0/+3
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