aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-extreme.c
AgeCommit message (Expand)AuthorFilesLines
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-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2015-01-25Cleanup:Bill Meier1-2/+2
2015-01-23Remove incorrect 'if (tree)'Bill Meier1-113/+111
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-8/+21
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-24/+23
2014-08-09Clean up Internet checksum handling.Guy Harris1-2/+1
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-9/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-11Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-10/+5
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+4
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-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-20/+30
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-4/+4
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-16/+16
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-62/+62
2011-04-11CID 898: Remove a not really used variableJörg Mayer1-3/+2
2011-02-16Use tvb_ether_to_str()Jeff Morriss1-8/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-2/+2
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-43/+43
2009-04-17Remove some no-longer-needed casts.Gerald Combs1-2/+2
2009-03-29More size_t casts.Anders Broman1-2/+2
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-11-02- Rename EAPSv2 to ESL (EAPS shared link).Jörg Mayer1-100/+115
2007-09-26Decode role on shared linkJörg Mayer1-4/+21
2007-09-26Beginnings of EAPS shared link packet dissection (EAPSv2)Jörg Mayer1-10/+219
2007-09-18Try to improve dissection of ELSM message (guesswork)Jörg Mayer1-8/+59
2007-04-20Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.Jörg Mayer1-13/+57
2007-04-17Detect ELSM as such - meaning of the elements is still unknown.Jörg Mayer1-1/+39
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-4/+4
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-27Cosmectical comment updatesJörg Mayer1-2/+4