aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-548/+548
2023-06-15Set more full mask fields to 0x0Martin Mathieson1-1/+1
2023-06-10.tools/check_tfs.py: Tighten up check for vals->common tfsMartin Mathieson1-22/+8
2023-05-16Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2023-04-23More val_to_str()-related fixesMartin Mathieson1-1/+1
2023-04-18Use common tfs instead of value_stringMartin Mathieson1-34/+20
2023-04-07DIS: Fix receive state in info columnJaap Keuter1-7/+7
2023-02-24Fix more warnings from tools/check_typed_item_calls.pyMartin Mathieson1-17/+17
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-1/+1
2022-08-14DIS: support Receiver PDUsPeter Ross1-0/+58
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2021-10-07Fix some field mask widths.Martin Mathieson1-2/+2
2021-09-18Some spelling fixesMartin Mathieson1-1/+1
2021-09-14Fixed Mode S Interrogator Identifier type check.Joel Helling1-3/+2
2021-09-14Fixed typo in Mode S Interrogator Identifier.Joel Helling1-2/+2
2021-09-14DD-14 Made changes to Mode S interrogator layout.GBLCA\amrobles1-17/+19
2021-09-14DD-14 Added Mode S Interrogator Identifier Information Column.GBLCA\amrobles1-4/+44
2021-09-14DD-14 Added Mode S Interroator Identifier Record.GBLCA\amrobles1-7/+65
2021-09-14DD-14 Added RRB Trandponder Code Record.GBLCA\amrobles1-17/+79
2021-09-14DD-6 Added System Designator and System Specific InformationGBLCA\amrobles1-206/+194
2021-09-14DD-6 Updated Layer 1 Dissection with DIS v7 IFF Layer 1GBLCA\amrobles1-178/+166
2021-09-14DD-6 Updated Dissection of PDU HeaderGBLCA\amrobles1-95/+369
2021-09-14DD-6 Updated Enums with SISO 2019GBLCA\amrobles1-8/+51
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2021-03-29Fix some item lengths.Martin Mathieson1-2/+2
2020-10-03Fix more filter field strings.Martin Mathieson1-2/+2
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-22/+22
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-6/+6
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2020-04-25DIS: dissector fix for Articulated Part VP records.Bert van Leeuwen1-3/+12
2020-03-15packet-dis: fix dissection of Entity State Update PDUsTony Ciavarella1-1/+1
2019-09-10DIS: Support for the EntityStateUpdate PDUJean-Philippe Lebel1-1/+131
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-03-17The number of beams field has the wrong title: was System Data LengthGraham Shanks1-1/+1
2018-02-22DIS: move modulation parameters to correct place in treeGraham Shanks1-2/+2
2018-02-18DIS: fix Modulation paremter lengthUli Heilmeier1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-19Update enumerations for SISO-REF-010 v22Graham Shanks1-99/+884
2017-07-28Revert "dis: Dead reckoning others Parameters display in wrong location"Pascal Quantin1-1/+1
2017-07-28dis: Dead reckoning others Parameters display in wrong locationAlexis La Goutte1-1/+1
2017-07-28dis: it is more logic sub_tree2 is the subtree of sub_treeAlexis La Goutte1-10/+10
2017-07-28dis: proto_tree_add_bitmask return a item (and not a tree)Alexis La Goutte1-2/+2
2017-07-26dis: Appearance Record displayed in wrong locationAlexis La Goutte1-1/+1
2017-04-28dis: fix conflicting entry in its value_stringAlexis La Goutte1-1/+0
2017-03-13dis: fix this condition has identical branches [-Werror=duplicated-branches] ...Alexis La Goutte1-11/+6
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-32/+5
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-2/+1
2016-07-06DIS: Introduced support of Collision PDUHendrik Uhlmann1-0/+95
2016-07-05dis: cast to guint64 to avoid potential overflow (CID 1214480).Dario Lombardo1-1/+1