aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Add sequence_dialog.ui.Gerald Combs1-0/+1
2013-10-24Add a missing dependency.Gerald Combs1-0/+2
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs23-761/+1650
2013-10-24Fix copy paste errorsPascal Quantin2-10/+4
2013-10-24fix offset calculationMartin Kaiser1-5/+7
2013-10-24Finish implementing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7263 :Jeff Morriss1-4/+9
2013-10-24CID 700176: Dereference null return value (NULL_RETURNS)Jörg Mayer1-0/+2
2013-10-24Confirm the license as well.Gerald Combs1-1/+1
2013-10-24Enable QtMultimedia. We'll need it for VoIP playback at some point.Gerald Combs1-1/+0
2013-10-24Add a command code.Anders Broman1-1/+5
2013-10-24From Zoltán Lajos Kis:Anders Broman1-1/+19
2013-10-24Remove need for match_port #define in packet_info.h and just replace existing...Michael Mann4-6/+3
2013-10-24Revert previous commit of Irene, which doesn't work (yet).Michael Tüxen14-12/+12
2013-10-24From Michal Labedzki viaEvan Huus2-1/+75
2013-10-24Move sctp_stat to ui to make it independent from gtk.Irene Rüngeler14-12/+12
2013-10-24Pascal:s patch from 52759 is needed here too.Anders Broman1-5/+6
2013-10-24Remove ipxptype from struct _packet_info and pass it into subdissectors throu...Michael Mann3-16/+13
2013-10-24Minor cleanup.Michael Mann2-5/+1
2013-10-24Make WiMax CDMA Code Attribute its own protocol with it's own filter.Michael Mann1-10/+8
2013-10-24Create a single array of ett_ variables, instead of individual etts + array o...Michael Mann1-587/+17
2013-10-24Remove profinet_conv member of struct _packet_info and turn it into proto_data.Michael Mann2-7/+5
2013-10-23initialize DSM-CC over TCP and over MPEG2-TS in the same wayMartin Kaiser1-16/+11
2013-10-23support DSM-CC over TCPMartin Kaiser1-5/+200
2013-10-23Fix warnings.Anders Broman2-0/+2
2013-10-23Provide a usage example of the column formats.Chris Maynard1-0/+21
2013-10-23Add an X11/MIT license to asn2wrs.py as it's compatible with our license, that'sEvan Huus1-1/+26
2013-10-23Fix the last of the 32/64 conversion errors and re-enable ELF dissection.Evan Huus2-8/+9
2013-10-23Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier8-3/+28
2013-10-23Add Lua cleanup on shutdown, to help with memory leak detection. Bug 5575 (...Michael Mann3-0/+11
2013-10-23Make option tag and length filterable and part of a subtree, which simplifies...Michael Mann1-64/+77
2013-10-23Remove trailing spaces from hf name values (to satisfy checkAPIs).Jeff Morriss1-5/+5
2013-10-23Add a few command codes.Anders Broman1-11/+26
2013-10-23Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier8-2/+65
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann4-0/+10
2013-10-23As suggested by Michael in https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-0/+1
2013-10-23The interpretation of Max Power Constraint in VHT TPE is incorrect. Bug 8939...Michael Mann1-7/+20
2013-10-23Add the ability to collapse subtrees with Shift+Left + additional menu items....Michael Mann8-10/+114
2013-10-23From Michal Labedzki:Anders Broman1-48/+58
2013-10-23From Zoltán Lajos Kis:Anders Broman1-3/+94
2013-10-23g_slist_free_full() is glib 2.28Anders Broman3-19/+40
2013-10-23Make manual address resolution work again by putting the addressesAnders Broman3-34/+106
2013-10-23Remove unused wsicon32.xpmBalint Reczey1-248/+0
2013-10-23epan/dissectors/Makefile.common:218: error: comment following trailing backslashAnders Broman1-1/+0
2013-10-23Pass -sdk, not that it actually *works*.Guy Harris1-1/+1
2013-10-23Exclude file-elf.c untill the following warningd´s are fixed.Anders Broman1-1/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier73-12/+199
2013-10-23Add explicit 64/32 casts missing from r52775.Evan Huus1-22/+22
2013-10-23From Jonathon Jongsma viaEvan Huus1-0/+17
2013-10-23Default to GTK+ 3, not Qt, for now.Guy Harris1-1/+1
2013-10-23First cut at having this handle Qt. Adds a TOOLKIT variable that youGuy Harris1-240/+281