aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-elcom.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-29Fix some spelling errorsMartin Mathieson1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+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-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-13/+14
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-25/+25
2015-01-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-2/+5
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-19/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-27/+27
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-27/+27
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-24Remove need for match_port #define in packet_info.h and just replace existing...Michael Mann1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-5/+4
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-6/+2
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-04-27As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-1/+1
2012-02-20Thou shalt not stop dissecting after doing processing for COL_INFO ....Bill Meier1-3/+1
2012-01-14Minor updates:Bill Meier1-29/+33
2011-12-09From Juha Takala via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6654Alexis La Goutte1-4/+13
2011-12-04Enhance Elcom dissectorAlexis La Goutte1-584/+589
2011-12-04Enhance Elcom dissectorAlexis La Goutte1-113/+129
2011-12-03Fix 2 newly reported Coverity CID's 1331 & 1332: UNUSED_VALUE.Chris Maynard1-27/+27
2011-12-02From Juha Takala:Anders Broman1-0/+760