aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcdns.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-26conversation: rename shadow variableDario Lombardo1-3/+3
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-12Move everything from packet-fcdns.h to packet-fcdns.c.Guy Harris1-2/+205
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-3/+7
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-1/+1
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-83/+29
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-4/+4
2015-01-04Convert "FC Member Identifier" fields from all strings to their "native" form...Michael Mann1-24/+32
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-84/+55
2014-12-28Create FT_FCWWN field type.Michael Mann1-75/+49
2014-12-24Replace fc_to_str with address_to_str or tvb_fc_to_str.Michael Mann1-2/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-16/+34
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-26/+19
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-3/+3
2014-04-08On UN*X, <arpa/inet.h> suffices for struct in_addr and in_addr_t.Guy Harris1-4/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte1-1/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-10Reject the packet if data is NULL.Chris Maynard1-1/+5
2013-11-25Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann1-11/+15
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-1/+2
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-4/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-3/+3
2013-08-22Convert more dissectors to use hfinfo instead of hfindex.Jakub Zawadzki1-422/+496
2013-07-17Use "generic" tfs (tfs_set_notset...)Alexis La Goutte1-75/+15
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-25/+17
2013-03-19From beroset:Anders Broman1-5/+5
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
2011-10-23Fix a proto_tree_add_item() encoding arg;Bill Meier1-7/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-10/+10
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-39/+39
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-07-28Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning;Bill Meier1-8/+7
2011-01-16Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): theseJeff Morriss1-97/+51
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss1-6/+5