aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vines.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-10/+10
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-28/+41
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-1/+1
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-3/+1
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-2/+2
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-6/+5
2015-01-07Add tvb_address_to_str.Michael Mann1-2/+2
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-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-4/+2
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-36/+50
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-4/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-2/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-0/+20
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
2013-07-28Get rid of some unused variables.Guy Harris1-207/+395
2013-07-28Make many items filterable for Vines dissectors.Michael Mann1-489/+332
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-67/+36
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+5
2012-12-25Show the Vines Fragmentation Protocol control flags field as bitflags,Guy Harris1-37/+66
2012-09-26minor endian bugfixMichael Mann1-1/+1
2012-09-23Fix some unused variable warnings from GCC.Evan Huus1-2/+0
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-231/+415
2012-09-22Note that Banyan don't exist any more, so you can't order a dead-treeGuy Harris1-0/+13
2012-09-22Remove incorrect extra hf_vines_ip_length - what's being constructedGuy Harris1-4/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-21/+21
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-05Just fix some clang analysis warningsJörg Mayer1-2/+2
2012-02-13Start itemizing.Jörg Mayer1-29/+52
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-9/+9
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-9/+9
2011-02-11Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVBJeff Morriss1-10/+109
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-16/+16
2009-11-09Removed an unused variable.Stig Bjørlykke1-2/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-6/+6
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-18/+9
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-26/+13
2009-06-19Replace my email address by a reference to AUTHORSJörg Mayer1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-28/+28