summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-11Allow TCP graphs to be launched from the conversation table window.Martin Mathieson6-45/+191
2012-11-11Call frame_data_cleanup() before freeing frame_data structures inEvan Huus1-3/+9
2012-11-11[Automatic manuf, services and enterprise-numbers update for 2012-11-11]Gerald Combs2-27/+205
2012-11-11Dissect more DTM related messagesPascal Quantin2-45/+323
2012-11-10Add another DL error code.Martin Mathieson2-1/+3
2012-11-10Avoid redeclaring/hiding a couple of file-static variables.Martin Mathieson1-4/+0
2012-11-10From Jérôme LAFORGE via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
2012-11-10Fix 'value computed is not used' errorPascal Quantin1-4/+4
2012-11-10From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7809 :Pascal Quantin1-3/+2
2012-11-10Fix a few Clang dead assignment / increment warningsPascal Quantin2-11/+11
2012-11-10More wmem documentation.Evan Huus1-20/+62
2012-11-10From Jérôme LAFORGE:Jaap Keuter1-0/+6
2012-11-10Do not display IE length twicePascal Quantin1-30/+6
2012-11-09Use a subtree for message containersPascal Quantin3-149/+187
2012-11-09Add DCD-Information AVP.Anders Broman1-7/+7
2012-11-09Append TEI to info field.Anders Broman1-0/+8
2012-11-09Wrong bytes highligted for R bit, fix display while at it.Anders Broman1-10/+7
2012-11-09GSM classmark3 8-PSK decode errorAnders Broman1-1/+16
2012-11-09Add -n option to valgrind script that runs with -v instead of a pcap file.Evan Huus1-4/+14
2012-11-09Update wmem README to reflect the fact that wmem_file_scope() now works.Evan Huus1-4/+1
2012-11-09Enter and leave wmem's file scope appropriately.Evan Huus2-1/+18
2012-11-08Use const in wmem where possible.Evan Huus10-14/+14
2012-11-08editcap does not support the -H and -W options, remove the description ofJeff Morriss1-26/+0
2012-11-08Remove (ancient) CVS log. Fix up indentation and remove trailing white space.Jeff Morriss1-153/+126
2012-11-08Add Verizon Wireless as a vendor.Anders Broman1-0/+1
2012-11-08Remove one more instance of destroy/create cr.Anders Broman1-8/+0
2012-11-08Create cr once per axis when drawing x,y axels.Anders Broman1-37/+4
2012-11-08gdk_cairo_set_source_color() needs to be set inside the loop.Anders Broman1-1/+4
2012-11-08Create cr once when drawing the graphsAnders Broman1-31/+10
2012-11-08Reindent section.Anders Broman1-552/+552
2012-11-08Make the button box the last row in gtk3 too.Anders Broman1-1/+1
2012-11-08Update 3GPP AVP:s from 3GPP TS 32.299 version 10.7.0Anders Broman1-37/+157
2012-11-08Only append oid name to parent item once when having RDN as a attribute.Stig Bjørlykke2-24/+20
2012-11-07From Tomasz MonMartin Kaiser1-3/+25
2012-11-07From Jérôme LAFORGE:Jaap Keuter1-6/+52
2012-11-07Fix for bug 7757:Jaap Keuter1-2/+2
2012-11-07Get rid of an GTK warning about illegal cast.Anders Broman1-4/+2
2012-11-07Get rid of a non ASCII char.Anders Broman1-1/+1
2012-11-07From Wim Leflere:Anders Broman1-17/+114
2012-11-07Fix forJörg Mayer1-2/+2
2012-11-07Avoid accessing a no more valid tvbuffPascal Quantin3-12/+30
2012-11-06Add a comment about improving performance.Gerald Combs1-0/+3
2012-11-06Connect a signal+slot only once.Gerald Combs1-6/+3
2012-11-06Fix our offset calculation.Gerald Combs1-1/+4
2012-11-06Show the byte view when we select a packet. Update some method andGerald Combs6-35/+50
2012-11-06Add expert infos (PI_ERROR) for chunks and parameters that are not padded toJeff Morriss1-30/+31
2012-11-06Add ETHERTYPE_ATMOEAnders Broman2-0/+5
2012-11-06Fix dissection of NAS security parameters to/from E-UTRAPascal Quantin3-21/+27
2012-11-06Fix small memleak: always free fds in free_frame_data_sequence()Jakub Zawadzki1-4/+1
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki14-109/+109