aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gre.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+10
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-4/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2015-01-26Move #defines of epan/greproto.h to packet-gre.hMichael Mann1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-2/+15
2014-08-09Clean up Internet checksum handling.Guy Harris1-2/+1
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
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-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-05-26Batch of filterable expert infos.Michael Mann1-1/+12
2013-05-11Peter Van EyndeJörg Mayer1-2/+17
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-17General Cleanup including:Bill Meier1-495/+532
2011-11-29ArubaOS 6.x use a new GRE ID (0x9000) for communication between controller an...Alexis La Goutte1-0/+1
2011-11-08Improve ICMP conversation tracking, especially when capturing on multiple int...Chris Maynard1-0/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-21/+21
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-33/+33
2011-07-09Per README.developer, we must call subdissectors regardless of whether "tree"Chris Maynard1-1/+7
2011-05-06 VALS(& -> VALS(Anders Broman1-1/+1
2011-04-17Using the routing subtree (Miss in my last patch)Alexis La Goutte1-5/+5
2011-01-21Adress => Address corrections (also in comments).Sake Blok1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-19From Alexis La Goutte:Anders Broman1-255/+354
2010-09-23Jason Masker <jason at masker.net>:Jörg Mayer1-1/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7
2008-12-10From Alexis La Goutte:Jaap Keuter1-1/+25
2007-12-16For captures on a Linux GRE interface, put a field into the protocolGuy Harris1-4/+5
2007-04-14Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codeJörg Mayer1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-29sccp - fix a typoAnders Broman1-12/+36
2006-03-27From Ravi Valmikam:Anders Broman1-26/+73
2006-03-24From Ravi ValmikamAnders Broman1-0/+90
2005-12-09From: Deepak JainAnders Broman1-8/+9
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-3/+3
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2005-04-14From packetsteve :Ronnie Sahlberg1-1/+1