aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-09ieee80211: Remove zero-length array usageMikael Kanstrup1-7/+4
2019-04-09S1AP: upgrade dissector to v15.5.0Pascal Quantin10-322/+905
2019-04-09Windows: Use an lz4 DLL built with vcpkg.Gerald Combs3-6/+13
2019-04-09ieee80211: fix wrong offset for mesh configuration capability bitmaskAlexis La Goutte1-1/+1
2019-04-08Consistently use NULL when setting current_frame.Guy Harris1-1/+1
2019-04-08README: add more operating systems in the opening sentence.Dario Lombardo1-3/+4
2019-04-08Add 6LoWPAN Selective Fragment RecoveryJames Ko1-26/+262
2019-04-08ieee80211: Add RLQP (Advertisement protocol ID)Alexis La Goutte1-0/+1
2019-04-08ieee80211: fix typo on BSS Available Admission CapabilityAlexis La Goutte1-1/+1
2019-04-08Use a single wtap_rec and Buffer for an entire capture session.Guy Harris4-47/+53
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris7-0/+126
2019-04-08Use a common wtap_rec and Buffer for all packets.Guy Harris1-13/+15
2019-04-07proto.h: avoid warning about not really deprecated (Clang)Alexis La Goutte1-2/+2
2019-04-07ieee1722: Associate dissector with UDP port 17220Ederson de Souza1-0/+3
2019-04-07[Automatic update for 2019-04-07]Gerald Combs9-34/+105
2019-04-07The wtap from which we're reading to get statistics isn't a statistic itself.Guy Harris4-13/+14
2019-04-06Explicitly make cf->{rec,buf} the information for the selected packet.Guy Harris2-9/+32
2019-04-06NR RRC: upgrade dissector to v15.5.0Pascal Quantin5-1067/+1432
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris15-29/+29
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu14-185/+121
2019-04-06LTE RRC: upgrade dissector to v15.5.0Pascal Quantin15-2243/+3500
2019-04-06DCOM - Add dissector for ITypeInfoalexsirr3-0/+1068
2019-04-06Dissect USB "device" Setup CONTROL messagesArtem Mygaiev1-8/+2
2019-04-06Make call_dissector assertions non-fatal.Gerald Combs1-4/+4
2019-04-05Gen-bugnote: Replace multiple instances where needed.Gerald Combs1-4/+4
2019-04-05.mailmap: update of MarchAlexis La Goutte2-1/+2
2019-04-05ieee80211: Add Reserved entry for VHT OP Channel WidthAlexis La Goutte1-0/+1
2019-04-05ieee80211: Add space on description for some Extended Capabilities fieldAlexis La Goutte1-2/+2
2019-04-05file_dialog.c: initialize wtap_rec and Buffer in get_stats_for_preview()Pascal Quantin1-0/+5
2019-04-05Clean up white space.Guy Harris1-1/+1
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris14-121/+185
2019-04-05ITS: Add CAM and DENM v1 dissection.Anders Broman8-78/+4551
2019-04-05Add one more use of Buffers.Guy Harris1-10/+11
2019-04-05S1AP: add hidden items for mme/enb-ue-s1ap-idBinh Trinh2-95/+126
2019-04-05BER: fix dissection of bitmask lists with an invalid lengthPascal Quantin1-7/+17
2019-04-05Pass Buffer pointers in some more instances.Guy Harris1-21/+25
2019-04-05Pass Buffer pointers rather than packet data pointers in some more cases.Guy Harris2-11/+8
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris69-571/+597
2019-04-04DOF: Fix alias binding dissection.Gerald Combs1-2/+3
2019-04-04Use "buf" for Buffer pointers, "pd" for raw packet data pointers.Guy Harris1-5/+5
2019-04-04Don't print a message if a select() was interrupted by a signal.Guy Harris1-4/+12
2019-04-04Reset the terminal color if we're ^C'ed when reading a capture.Guy Harris2-61/+220
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman43-2415/+2420
2019-04-04ieee80211: Add defines for AKMSMikael Kanstrup1-13/+33
2019-04-04PER: Use proto_tree_add_bitmask... () for named bits.Anders Broman47-1980/+2370
2019-04-04ETSI CAT: add dissection of Network Measurement ResultsPascal Quantin7-189/+294
2019-04-04Clean file reading code.Guy Harris1-266/+359
2019-04-04ieee80211: FT over IEEE 802.1X (SHA384) is an FT AKMSMikael Kanstrup1-1/+17
2019-04-04iseries: ensure the buffer is null terminated.Dario Lombardo2-2/+9
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs411-3737/+3785