summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-08col_cleanup() is undoing the allocations that col_init() does, so it'sGuy Harris2-24/+35
2012-10-08Write a short essay in a comment explaining the weirdness that is now theEvan Huus1-5/+68
2012-10-08col_data is not necessarily set to point to something g_malloc()ated,Guy Harris1-1/+0
2012-10-08Explicitly cast away const-ness to fix windows build-bots.Evan Huus1-2/+2
2012-10-08EDT structures now own their ep_ memory pools. This should finally cleanEvan Huus4-39/+92
2012-10-08Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus3-0/+27
2012-10-08Fix unused parameters.Anders Broman1-1/+3
2012-10-08Let ISUP national settings be valid for BICC too.Anders Broman1-24/+251
2012-10-08From GeorgiaK:Anders Broman4-13/+77
2012-10-08Update French translations !Alexis La Goutte1-226/+300
2012-10-08Make new text translatable (for QtShark:file_set_dialog.cpp)Alexis La Goutte3-13/+426
2012-10-08Patch from Florian Fainelli via bug #7772Jakub Zawadzki1-1/+1
2012-10-08Patch from Florian FainelliJakub Zawadzki1-4/+14
2012-10-08Continuation of r43335Jakub Zawadzki3-3/+3
2012-10-08RFC 4627 allows upper case hex digits as wellJakub Zawadzki1-1/+1
2012-10-08Fix crash when exporting packet dissection as plain text on Windows (regressi...Pascal Quantin1-0/+2
2012-10-08From Martin Isaksson:Anders Broman2-35/+47
2012-10-07(Trivial) Remove unneeded #include.Bill Meier1-35/+34
2012-10-07Fix a couple of typos.Chris Maynard1-3/+3
2012-10-07+10 ;|Jakub Zawadzki1-2/+2
2012-10-07Unescape JSON strings.Jakub Zawadzki1-8/+82
2012-10-07Fix bug #7805: application/json HTTP packets sometimes isn't decodedJakub Zawadzki1-1/+21
2012-10-07Minor cleanup:Bill Meier1-186/+172
2012-10-07This is an attempt to improve the default window placement position when ther...Chris Maynard1-1/+25
2012-10-07From Tomofumi Hayashi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Evan Huus2-0/+209
2012-10-07Use GPOINTER_TO_UINT macro.Martin Mathieson1-1/+1
2012-10-07Make the channel state key fit into the gpointer to avoid allocations.Martin Mathieson1-40/+50
2012-10-07[Automatic manuf, services and enterprise-numbers update for 2012-10-07]Gerald Combs3-7/+145
2012-10-07From Роман Донченко:Jaap Keuter1-22/+42
2012-10-07Make "tools", which includes lrelease. Update the version to 4.8.3.Gerald Combs1-3/+3
2012-10-07Clean up properly when we can't find a radius $INCLUDE regardless of theEvan Huus1-5/+11
2012-10-07Don't destroy the in-memory radius dictionary if we hit a parse error:Evan Huus1-57/+1
2012-10-06Clean up better if we can't open a radius dictionary included by anotherEvan Huus1-0/+3
2012-10-06Add modelines to packet-radius, and fix a bit of indentation.Evan Huus1-5/+18
2012-10-06Get QMake to build our .qm files.Gerald Combs1-0/+22
2012-10-06Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7802 :Pascal Quantin1-1/+1
2012-10-06Work around bug 7803 by not freeing the old name value until after it's beenEvan Huus1-2/+24
2012-10-06Unify the bzr and git ignore files - they're the exact same format,Evan Huus2-135/+3
2012-10-06Ignore qm files in bzr and git.Evan Huus2-0/+2
2012-10-06Don't store qm files in svn: they're generated from the ts files and get removedEvan Huus2-0/+0
2012-10-06Reduce the contrast for many of the rules. Most of the color values wereGerald Combs1-22/+22
2012-10-06Remove unneeded code ("[set_but_unused]").Bill Meier1-3/+0
2012-10-06ICMP: Icmp was a mad mix of different indentation styles.Ronnie Sahlberg1-1479/+1732
2012-10-06Minor changes:Bill Meier1-84/+78
2012-10-06Remove unused variable caught by cppcheck.Evan Huus1-2/+1
2012-10-06ICMP request/response matching fixesRonnie Sahlberg1-39/+91
2012-10-06Give up trying to parse those lines - the format has changed and its tooMartin Mathieson1-73/+0
2012-10-06Look up once and store the RLC and PDCP dissectors.Martin Mathieson2-10/+11
2012-10-06Vastly improve the debug presentation( of trees)+. Jaap Keuter2-10/+34
2012-10-06Fix error caught by valgrind where we were running off the end of aEvan Huus1-7/+10