aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-29extcap: Move extcap handling to baseRoland Knall6-320/+375
2016-02-29Only say we have a new resolved MAC address if it's actually *new*.Guy Harris1-3/+5
2016-02-29DISv7: parse PDU Status fieldalpartis1-2/+218
2016-02-29Use *, not *.*, as the wildcard pattern on UN*X.Guy Harris1-9/+12
2016-02-28Update documentation of hf fields.Jeff Morriss1-32/+30
2016-02-28u3v: use interface class and subclass in heuristic checksMartin Kaiser3-10/+7
2016-02-28TCP: Added bytes sent since last PSH flagkaryrogers2-0/+48
2016-02-28Qt: Added geometry_state_dialog to Wireshark.proStig Bjørlykke1-0/+2
2016-02-28Qt: Improve Show Packet BytesStig Bjørlykke4-27/+74
2016-02-28wslua: don't crash if disable_lua = true in init.luaMartin Kaiser1-0/+1
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke69-145/+279
2016-02-28Add .png files for Debian packaging.Thomas Dreibholz1-0/+9
2016-02-28[Automatic update for 2016-02-28]Gerald Combs16-1239/+1570
2016-02-28usb: fix a typoMartin Kaiser1-2/+2
2016-02-28usb: resolve some subclasse codes of interface class miscMartin Kaiser1-0/+19
2016-02-28u3v: clean up the heuristic checkMartin Kaiser1-9/+10
2016-02-28U3V: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2016-02-28Typo in packet-gsm_a_dtap.cRustam S1-1/+1
2016-02-28packet-amqp.c: Fix multiple fields with incompatible typesMichael Mann1-15/+15
2016-02-28gryphon: fix 'gryphon.reserved' exists multiple times with NOT compatible typ...Alexis La Goutte1-44/+28
2016-02-28LLDP: Add 802.3 TLV Energy Efficient Ethernet (Subtype 5)Alexis La Goutte1-0/+49
2016-02-27SPRT: fix 'sprt.payload' exists multiple times with NOT compatible types: FT_...Alexis La Goutte1-4/+4
2016-02-27Zbee (nwk): fix 'zbee_nwk.multicast' exists multiple times with NOT compatibl...Alexis La Goutte1-1/+1
2016-02-27irda: fix 'irlmp.xid.name' exists multiple times with NOT compatible types: F...Alexis La Goutte1-1/+1
2016-02-27ZEP: fix 'zep.seqno' exists multiple times with NOT compatible types: FT_STRI...Alexis La Goutte1-1/+1
2016-02-27Zbee (zcl se): fix 'zbee_zcl_se.ke.cert.type' exists multiple times with NOT ...Alexis La Goutte1-1/+1
2016-02-27BOOTP: Add preference to determine endianness of UUID.Michael Mann1-4/+18
2016-02-27Zbee (Security): fix 'zbee.sec.key' exists multiple times with NOT compatible...Alexis La Goutte1-1/+1
2016-02-27sFlow v5: Add original packet header length to protocol tree.Pavel Odintsov1-2/+8
2016-02-27Fix names of SSLv2 RC2 cipher suitesBertrand Bonnefoy-Claudet1-2/+2
2016-02-27GTK: make dist fixupsJoão Valverde2-16/+31
2016-02-27Lua configure.ac improvementsJoão Valverde1-1/+12
2016-02-27wtap (opttypes.h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+2
2016-02-27TCP: Use MIDDLE DOT for the flag placeholder.Gerald Combs1-6/+8
2016-02-27Have the interface list unsorted by default.Guy Harris1-1/+3
2016-02-27Fix appending the list of remote interfaces.Guy Harris1-2/+3
2016-02-27Replace extcap_interface_list() with append_extcap_interface_list().Guy Harris3-38/+43
2016-02-27Put the extcap interfaces at the *end* of the interface list.Guy Harris3-19/+37
2016-02-26Ensure we have a name resolution block when parsing its block type.Michael Mann1-1/+6
2016-02-26Clean up setting *err_str to NULL.Guy Harris1-5/+1
2016-02-26packet-nsh.c - Look for correct ethernet dissector name.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde56-396/+397
2016-02-26Fix indentation.Guy Harris1-1/+1
2016-02-26Fix nmake build for extcap apps.Michael Mann1-4/+4
2016-02-26cmake: fix parallel docbook buildPeter Wu3-6/+7
2016-02-26Empty out InterfaceTree::updateGlobalDeviceSelections() if no pcap.Guy Harris1-5/+4
2016-02-26Mark a variable unused when we're not using it.Gerald Combs1-1/+4
2016-02-26tcp_stream_dialog: Integer overflow in Average Throughputkkoizumi1-1/+1
2016-02-26Qt: Update selected interface filter behavior.Gerald Combs11-160/+278
2016-02-26HTTP: Fix full_uri when using a ProxyUli Heilmeier1-3/+10