aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zebra.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+5
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-01-27Comment out various 'if(tree)'Bill Meier1-1/+1
2014-12-29Zebra: Fix some indent typoAlexis La Goutte1-2/+2
2014-12-27Zebra dissector highlights wrong byte for version and is missing some fieldsHadriel Kaplan1-18/+145
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-17/+11
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-09-19Add editor modelines; Adjust indentation as needed.Bill Meier1-151/+164
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-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-07- Make local functions static.Anders Broman1-0/+4
2013-10-06Improved zebra dissector. Bug 9219 (https://bugs.wireshark.org/bugzilla/show...Michael Mann1-263/+409
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-21/+21
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
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-1/+1
2008-05-08Stop using deprecated functions identified by checkAPIs script.Martin Mathieson1-1/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+617