aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-alcap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-29/+29
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-2/+3
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-7/+4
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-32/+6
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22Use tvb_get_string_enc(), and assume ASCII for E.164 addresses. (I mustGuy Harris1-2/+10
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-01Batch of filterable expert info.Michael Mann1-3/+7
2013-08-31More wmem.Evan Huus1-32/+32
2013-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap dissector....Michael Mann1-71/+52
2013-03-12svn path=/trunk/; revision=48272Anders 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-235/+894
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-12/+12
2012-02-03Create a list of MTP Service Indicator macros and use them.Jeff Morriss1-3/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-11/+11
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman1-166/+164
2011-04-04Fix "MISSING_BREAK"; Coverity 436.Bill Meier1-2/+2
2011-02-17Fix various Visual C++ analysis warnings.Gerald Combs1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-07Define 3 global variables as static; Whitespace cleanup.Bill Meier1-256/+256
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-5/+2
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+2
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-143/+143
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-4/+4
2008-12-16Fix some spelling/typosBill Meier1-2/+2
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-41/+42
2008-06-27Fix some warnings reported by gcc -Wshadow ...Bill Meier1-5/+5
2008-05-09Include string.hStig Bjørlykke1-0/+1
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+2
2008-03-01Added missing array for hf_alcap_pssiae_max_len and hf_alcap_ssiae_max_len.Stig Bjørlykke1-0/+2
2007-12-04update to new signature for string keyed treesRonnie Sahlberg1-5/+5
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-34/+34
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2006-08-29Florent DROUIN <florent.drouin@alcatel.fr>:Jörg Mayer1-1/+0
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-6/+6