aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Update URLs.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-2/+2
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-2/+7
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-05-17Replace tvb_get_ptr with tvb_memdup.Michael Mann1-1/+1
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-8/+8
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-20Separate "Ethernet in capture file" and "Ethernet maybe with FCS" dissectors.Guy Harris1-6/+3
2016-01-18Have the "maybe an FCS" version of the Ethernet dissector take a data argument.Guy Harris1-1/+4
2016-01-15Not passing a struct atm_phdr to an ATM dissector is a bug.Guy Harris1-12/+4
2016-01-15ATM: do not try to dissect if pseudo header is not presentPascal Quantin1-0/+16
2016-01-14Expand a comment.Guy Harris1-1/+10
2016-01-14Get rid of unused dissector handles.Guy Harris1-4/+0
2016-01-14Clean up indentation.Guy Harris1-4/+4
2016-01-14Have various ATM dissectors use the data arguments for pseudo-headers.Guy Harris1-70/+70
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-4/+4
2015-12-14Create some more capture dissector tables.Michael Mann1-25/+6
2015-12-14Create capture dissector tables.Michael Mann1-22/+11
2015-12-13Standardize the capture dissector function signature.Michael Mann1-3/+3
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-6/+9
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-6/+6
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-7/+8
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-06-14Clean up the ATM dissection a bit.Guy Harris1-136/+160
2015-05-26ATM: Add reserved fieldAlexis La Goutte1-11/+17
2015-05-26ATM: fix indent (use spaces)Alexis La Goutte1-1/+1
2015-05-03Fix inconsistent indentation.Guy Harris1-49/+49
2015-05-03Don't dissect otherwise-undissected data twice.Guy Harris1-10/+6
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-6/+6
2015-04-07ATM: add a cast to pacify the OSX 10.5 x86 buildbotPascal Quantin1-1/+1
2015-04-07Add proper "Decode As" mechanism for AAL2 instead of preference.Michael Mann1-72/+39
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-08The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris1-126/+2
2014-08-08Clean up the CRC-10 code.Guy Harris1-63/+3
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-5/+12
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-8/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Sherman, set the Wayback Machine for 1997.Guy Harris1-1/+1
2013-12-30Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris1-58/+92
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-2/+2
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-26Don't use private_data for pwatm_private_data_t and instead pass it into the ...Michael Mann1-32/+36