aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-07As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7735 :Jeff Morriss1-41/+41
2012-12-07removed a last if (tree) check in dissect_ftpdata()Martin Kaiser1-21/+19
2012-12-07EPRT parameters are mandatory, flag up an error if they're missingMartin Kaiser1-52/+52
2012-12-07Use a different border color on OS X.Gerald Combs2-0/+8
2012-12-07remove some more if (tree) checksMartin Kaiser1-23/+17
2012-12-07at one place, offset was incremented depending on if (tree)Martin Kaiser1-12/+10
2012-12-07dissect_ftp() start at the beginning of the tvbMartin Kaiser1-11/+10
2012-12-07remove some more unnecessary if (tree) checksMartin Kaiser1-47/+43
2012-12-07Set the height of the resize and apply buttons. Simplify some geometry.Gerald Combs1-2/+4
2012-12-07remove some unnecessary if (tree) checks in the ftp dissectorMartin Kaiser1-41/+25
2012-12-07Properly resize the bookmark button so that the image centers properly.Gerald Combs2-22/+16
2012-12-07mention mpeg2 ts in the list of supported file formatsMartin Kaiser1-0/+3
2012-12-07Add a context menu to the packet list and fill in theGerald Combs7-134/+244
2012-12-07Fix trivial typo.Chris Maynard1-1/+1
2012-12-07Bump revission.Anders Broman1-1/+1
2012-12-07Move a lot of common fuzz-test and randpkt-test code to its own fileGerald Combs4-169/+152
2012-12-07From hannes:Anders Broman1-1/+4
2012-12-07General cleanup:Bill Meier1-1243/+1246
2012-12-07Correct dissection of RNC ID in two places.Anders Broman1-9/+13
2012-12-07Don't leak a string.Michael Tüxen1-0/+1
2012-12-07Fix Bug reported by Anders Broman concerning the capture filter.Irene Rüngeler1-1/+5
2012-12-07 Bug 3974 - wrong decoding of gtp.target identification.Anders Broman1-17/+41
2012-12-07Added deltaRevocationList.Stig Bjørlykke4-8/+11
2012-12-07Make it easier to make full extended value string if required.Anders Broman1-257/+398
2012-12-07From hannes:Anders Broman3-15/+230
2012-12-07Use 16x16 icons for small toolbars as well as menus.Gerald Combs1-0/+7
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs16-78/+770
2012-12-07Fix an apparent copy/paste error.Gerald Combs1-1/+1
2012-12-06Revert previous change - maybe we shouldn't enable -Wshadow with cruftyGuy Harris1-1/+1
2012-12-06Squelch some -Wshadow warnings (inappropriate warnings - they're justGuy Harris1-1/+1
2012-12-06Revert SVN #46429 again (for now);Bill Meier1-1/+4
2012-12-06Enable [-Wshadow] as default for *nix compilers] (C only): 2nd try.Bill Meier1-4/+1
2012-12-06Fix two more incorrect s/link/linkr/ done by me in SVN #46426.Bill Meier1-2/+2
2012-12-06Fix compile error; Bill Meier1-1/+1
2012-12-06Fix [-Wshadow] warnings.Bill Meier18-86/+86
2012-12-06Fix "MPLS payload starting with valid-looking ethernet address dissected twice".Bill Meier1-4/+2
2012-12-06As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7735 :Jeff Morriss1-273/+306
2012-12-06Fix inifite loop in the R3 dissector reported inJeff Morriss1-5/+13
2012-12-05Add the new toolbar icons.Gerald Combs1-0/+224
2012-12-05Create 16x16 and 24x24 versions of the document icon with a contrastingGerald Combs9-129/+59
2012-12-05Make it more obvious that we're locking and unlocking.Gerald Combs1-2/+1
2012-12-05Choose direction properly if launching graph based upon channel ofMartin Mathieson1-1/+2
2012-12-05Add more missing #includes.Gerald Combs2-0/+7
2012-12-05Fix some C++ abuses that Guy found via LLVM.Gerald Combs6-6/+15
2012-12-05 Found non-ASCII characters on line 7323 of packet-isup.cAnders Broman1-1/+1
2012-12-05unused variable 'length'Anders Broman1-1/+0
2012-12-05Dissect more Japanese ISUP parameters.Anders Broman1-17/+307
2012-12-05Fix another instance of a variable/parameter name "shadowing" a library funct...Bill Meier2-6/+6
2012-12-05Whitespace changesJörg Mayer1-3/+3
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier86-572/+573