aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-extreme.c
Commit message (Expand)AuthorAgeFilesLines
* Remove more deprecated tvb_length callsEvan Huus2015-06-231-1/+1
* Cleanup:Bill Meier2015-01-251-2/+2
* Remove incorrect 'if (tree)'Bill Meier2015-01-231-113/+111
* Deleting unneccessary #includes from dissectors.Martin Mathieson2014-12-231-1/+0
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-1/+0
* Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier2014-11-271-1/+1
* Add editor modelines & adjust indentation/whitespace as needed.Bill Meier2014-10-021-8/+21
* Eliminate proto_tree_add_text from some dissectors.Michael Mann2014-09-271-24/+23
* Clean up Internet checksum handling.Guy Harris2014-08-091-2/+1
* convert to proto_tree_add_subtree[_format]Michael Mann2014-06-261-9/+4
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-1/+1
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-1/+1
* Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo2014-06-181-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Include <epan/to_str.h> only when needed.Jakub Zawadzki2013-11-091-0/+1
* emem -> wmem conversion:Pascal Quantin2013-09-221-2/+2
* Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard2013-09-111-1/+1
* Remove check_col() and the occasional tree.Michael Mann2013-06-141-10/+5
* [-Wmissing-prototypes]Anders Broman2013-03-171-0/+4
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-02-121-20/+30
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier2011-10-201-4/+4
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-16/+16
* Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer2011-08-261-62/+62
* CID 898: Remove a not really used variableJörg Mayer2011-04-111-3/+2
* Use tvb_ether_to_str()Jeff Morriss2011-02-161-8/+8
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* From Didier Gautheron:Anders Broman2010-01-131-4/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-6/+3
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-2/+2
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-241-4/+5
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-43/+43
* Remove some no-longer-needed casts.Gerald Combs2009-04-171-2/+2
* More size_t casts.Anders Broman2009-03-291-2/+2
* Apply yet another set of the optimization patches:Anders Broman2007-11-081-1/+1
* - Rename EAPSv2 to ESL (EAPS shared link).Jörg Mayer2007-11-021-100/+115
* Decode role on shared linkJörg Mayer2007-09-261-4/+21
* Beginnings of EAPS shared link packet dissection (EAPSv2)Jörg Mayer2007-09-261-10/+219
* Try to improve dissection of ELSM message (guesswork)Jörg Mayer2007-09-181-8/+59
* Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.Jörg Mayer2007-04-201-13/+57
* Detect ELSM as such - meaning of the elements is still unknown.Jörg Mayer2007-04-171-1/+39
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-4/+4
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-4/+4
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* Cosmectical comment updatesJörg Mayer2005-08-271-2/+4
* TypoJörg Mayer2005-08-271-1/+1
* - Add checksum verificationJörg Mayer2005-08-271-10/+62