aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-11randpkt: split into a core and an app.Dario Lombardo5-805/+905
2015-11-11Qt: fix profile renamePascal Quantin1-0/+1
2015-11-11Qt: fixes to 'Edit Column' dialogPascal Quantin2-11/+34
2015-11-11Make routines used only within wiretap/merge.c static.Guy Harris3-120/+46
2015-11-11Qt: Freeze+thaw the main window during nested operations.Gerald Combs3-14/+75
2015-11-11debian: Make make dist know about moving wireshark.1 to wireshark-qt and remo...Balint Reczey1-2/+1
2015-11-11debian: Move icon and mime info file to wireshark-commonBalint Reczey3-5/+3
2015-11-11GTK: Add separate working desktop file for GTK+ Wireshark GUIBalint Reczey4-3/+119
2015-11-11debian: Ship wireshark.desktop file in wireshark-qtBalint Reczey1-1/+4
2015-11-11debian: Ship wireshark.1 in the package we ship /usr/bin/wiresharkBalint Reczey1-0/+0
2015-11-11debian: Finish postinst of wireshark-common even when wireshark group is a us...Balint Reczey1-5/+8
2015-11-11debian: Add note to README.Debian to log in again to be able to capture packetsBalint Reczey1-1/+3
2015-11-11debian: Drop menu supportBalint Reczey3-8/+0
2015-11-11ISI: Add Modelines infoAlexis La Goutte1-0/+13
2015-11-11UDP: Don't throw malformed errors for empty UDP payloadJoão Valverde1-0/+5
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron7-11/+11
2015-11-11ISI: fix code will never be executed [-Wunreachable-code]Alexis La Goutte1-1/+1
2015-11-11Additional 2.1 symbols.Guy Harris1-0/+8
2015-11-10New 2.0 symbols.Guy Harris3-0/+6
2015-11-10Add CMakeLists.txt.user* to .gitignore.Gerald Combs1-0/+1
2015-11-10Apple calls it just "OS X" these days.Guy Harris20-47/+46
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs8-5/+2685
2015-11-10[docsis->packet-tlv.c] Update for modem capabilities TLV 5, subTLV 2 and subT...AdrianSimionov1-3/+11
2015-11-10Fix typo.Guy Harris1-1/+1
2015-11-10Call wtap_dump_open_check() in wtap_dump_init_dumper().Guy Harris1-15/+5
2015-11-10Add a comment for is_stdout.Guy Harris1-1/+1
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris9-42/+131
2015-11-10Make the dfilter time tests work regardless of what time zone the tests areJeff Morriss1-18/+23
2015-11-10GIOP dissector: Replies are not correctly associated with requestsAndyL1-7/+11
2015-11-10RPC: call REPORT_DISSECTOR_BUG() rather than abort().Jeff Morriss1-3/+9
2015-11-10ZCL (zbee): Use hf_zbee_zcl_attr_uint40 for ZBEE_ZCL_40_BIT_UINTAlexis La Goutte1-1/+1
2015-11-10file.c: do not try to close a file descriptor that was previously already closedPascal Quantin1-1/+4
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris5-78/+192
2015-11-10packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. ...Stefan Metzmacher3-23/+324
2015-11-10Fix Developers Guide link to source snapshotsGraham Bloice2-1/+2
2015-11-09Update tests to reflect Lua file API change (write_close -> write_finish).Guy Harris1-3/+3
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris21-69/+59
2015-11-09androiddump: make nanoseconds intStig Bjørlykke1-1/+1
2015-11-09randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes]Alexis La Goutte1-4/+4
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann12-110/+135
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann16-67/+93
2015-11-09Convert some "ethertype" subdissectors to "new" style.Michael Mann5-24/+30
2015-11-09DTLS: fix no previous prototype for 'dtls_dissector_add/delete' [-Wmissing-pr...Alexis La Goutte1-0/+1
2015-11-09WPA/WPA2 decoding fixes and improvementsAlexander Wetzel8-261/+227
2015-11-09idl2wrs: fix some glibc calls in favour of glib.Dario Lombardo1-328/+345
2015-11-08Qt: Start adjusting icon sizes dynamically.Gerald Combs1-5/+7
2015-11-08[Automatic update for 2015-11-08]Gerald Combs16-3283/+3446
2015-11-08GTP sequence number fix for allowing to have sequence number equal to 0Gloria Pozuelo1-2/+7
2015-11-08DCT2000: change switch to if - I'm surprised it compiled at allMartin Mathieson1-3/+3
2015-11-08DCT2000: eliminate dead code return from function (CID 1158885)Martin Mathieson1-11/+6