aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbt.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-14NBSS: Handle short packetsJohn Thacker1-6/+29
2023-11-20Remove init of proto variablesStig Bjørlykke1-97/+97
2023-06-18Get rid of unnecessary casts.Guy Harris1-2/+2
2022-10-17nbt: Eliminate clang analyzer warningJohn Thacker1-2/+1
2022-10-13nbt: Check NetBIOS scope IDsJohn Thacker1-1/+12
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-7/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2020-09-13SMB/NBT: Add support of SMB over QUICAlexis La Goutte1-0/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-7/+7
2019-08-14Try to fix Wpointer-sign warnings.Anders Broman1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-06-19DNS: changed maximum length of dns names from 1025 to 255Erika Szelleova1-1/+1
2018-04-11NBSS: take into account snaplen when creating the TVB subsetPascal Quantin1-4/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-4/+4
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-14packet-nbt.c: General cleanupMichael Mann1-146/+54
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-14/+8
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
2016-09-08NBT: fix Bad description for NBSS error code 0x81Alexis La Goutte1-1/+1
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+9
2015-10-20nbns: Added closing parenthesis on flags itemStig Bjørlykke1-2/+2
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-13/+1
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-3/+3
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-4/+4
2015-02-23Get rid of no-longer-needed variables.Guy Harris1-6/+4
2015-02-23Don't add redundant information to the top-level flags item for NBNS.Guy Harris1-5/+0
2015-02-19Rename packet-nbns.c to packet-nbt.c to reflect that it's not just NBNS.Guy Harris1-0/+2130