aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-91/+91
2023-08-16Misc dissector fixesMartin Mathieson1-1/+1
2023-03-11Fix some warnings from check_typed_item_calls.pyMartin Mathieson1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-01-06Fix whitespace.Guy Harris1-1/+1
2019-01-06Require that dissect_atm_pw_oam_cell() be called with a non-null data pointer.Guy Harris1-11/+9
2019-01-06No need to check whether atm_info is null in that code path.Guy Harris1-3/+3
2019-01-05 ATM: add new dissector tableAndrii Vladyka1-8/+64
2019-01-05Pass a structure including an atm_phdr to dissect_atm_pw_oam_cell().Guy Harris1-2/+2
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