aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* randpkt: restore produce_filename in random generation.master-2.2Dario Lombardo2019-03-221-0/+1
* LISP: Fix action bits decodingLorand Jakab2018-11-141-1/+7
* make-manuf.py: Add a missing quote.Gerald Combs2018-09-101-1/+1
* Fix handling of invalid type values.Guy Harris2018-09-091-185/+99
* BT LE LL: fix invalid memory access reported by valgrindPascal Quantin2018-09-081-3/+3
* Don't use on-the-stack buffers for pinfo addresses.Guy Harris2018-09-081-1/+2
* Add make-manuf.py to dist.Gerald Combs2018-09-071-1/+1
* make-manuf.py: Skip the title row of each .csv file.Gerald Combs2018-09-072-1/+2
* Migrate make-manuf to Python+CSV.Gerald Combs2018-09-074-796/+906
* PER: fix dissection of enumerated type with a single extension valuePascal Quantin2018-09-071-14/+5
* tvbuff_subset.c: handle a reported_length set to -1 in tvb_new_subset_length()Pascal Quantin2018-09-051-4/+10
* [Automatic update for 2018-09-02]Gerald Combs2018-09-023-14/+250
* DPLAY: fix heuristic checkPascal Quantin2018-08-301-1/+1
* 2.2.17 → 2.2.18.v2.2.18rc0Gerald Combs2018-08-2911-72/+28
* Build 2.2.17.wireshark-2.2.17v2.2.17Gerald Combs2018-08-294-144/+708
* Update the release notes for 2.2.17.Gerald Combs2018-08-281-11/+55
* SSL: use col_append_sep_str() to add heartbeat to info columnPascal Quantin2018-08-271-2/+2
* [Automatic update for 2018-08-26]Gerald Combs2018-08-264-95/+282
* E.212: fix 255 04 and 255 06 PLMN namesPascal Quantin2018-08-201-2/+2
* [Automatic update for 2018-08-19]Gerald Combs2018-08-195-26/+294
* Windows: upgrade USBPcap to 1.2.0.4Pascal Quantin2018-08-164-9/+7
* export_pdu.c: Fix a memory leakVasil Velichkov2018-08-142-3/+2
* BT A2DP: fully initialize sep_entry_t structurePascal Quantin2018-08-141-3/+1
* HTTP: really choose the correct server port for tunnelsPeter Wu2018-08-131-2/+2
* [Automatic update for 2018-08-12]Gerald Combs2018-08-1211-118/+307
* More comment cleanup.Guy Harris2018-08-121-5/+5
* Improve comments.Guy Harris2018-08-121-1/+10
* Clean up temporary filename generation.Guy Harris2018-08-121-12/+6
* Put a "Friendly Name" column in on UN*X as well.Guy Harris2018-08-111-5/+0
* More comments.Guy Harris2018-08-111-1/+15
* Fix two warnings when compiling with rpcap support on macOS.Joerg Mayer2018-08-112-3/+1
* Make a routine static that's not used outside its source file.Guy Harris2018-08-112-10/+1
* Add support for reading and writing the new if_hardware IDB option.Guy Harris2018-08-116-3/+59
* HTTP: set correct server port for tunnelsPeter Wu2018-08-101-1/+4
* 802.11 Radiotap: add more bound checks in ieee80211_radiotap_iterator_next()Pascal Quantin2018-08-081-0/+6
* The radiotap header length must be >= 8.Guy Harris2018-08-081-2/+16
* ssl-utils: fix key log read after EOFPeter Wu2018-08-081-1/+10
* Another dictionary fix.Guy Harris2018-08-061-1/+1
* [Automatic update for 2018-08-05]Gerald Combs2018-08-054-15/+245
* ASTERIX: Fix cat068/135 altitude valueJaap Keuter2018-08-041-1/+1
* Fix bug in RFC 5447 dictionary.Guy Harris2018-08-031-1/+5
* Improve debugging messages.Guy Harris2018-07-311-10/+36
* Frame numbers are unsigned.Guy Harris2018-07-311-3/+3
* Clean up white space.Guy Harris2018-07-311-36/+37
* [Automatic update for 2018-07-29]Gerald Combs2018-07-293-28/+235
* Remove executable file permission from lua test filesJaap Keuter2018-07-245-0/+0
* Alas, REPORT_DISSECTOR_BUG() takes only one argument in 2.2.Guy Harris2018-07-231-1/+1
* If the dissector isn't registered, you shouldn't be calling it.Guy Harris2018-07-221-1/+1
* Don't assume a given btgatt.uuid0xXXXX dissector exists.Guy Harris2018-07-221-8/+21
* ssl: dtls: Fix small memory leaksVasil Velichkov2018-07-222-8/+8