aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-08Use a bunch of #includes only when apparently needed.Bill Meier1-1/+10
2013-09-08Convert malformed ("protocol") expert infos into something filterable. Not s...Michael Mann1-11/+21
2013-09-08Convert profinet dissector to use filterable expert info.Michael Mann3-153/+197
2013-09-08Cycle the recycler in realloc() and free() as well, reducing memory usage of theEvan Huus1-3/+17
2013-09-08Fix "seq_base could be used unitialized" warning. We should probably enableEvan Huus1-1/+1
2013-09-08Restore some format arguments that were accidentally dropped.Evan Huus1-3/+3
2013-09-08[Automatic manuf, services and enterprise-numbers update for 2013-09-08]Gerald Combs2-1/+49
2013-09-08Add filterable expert info to generated X11 dissector. I didn't regenerate t...Michael Mann3-2/+4
2013-09-08Add filterable expert info to NCP dissector.Michael Mann2-25/+59
2013-09-08Add the TCP RTT graph.Gerald Combs9-84/+201
2013-09-08Batch of filterable expert infoMichael Mann4-109/+186
2013-09-07Fix the FSF address in the license header for the new ASN.1 dissectors.Evan Huus8-27/+19
2013-09-07Ignore licensing in the macosx packaging - it's all copied from Inkscape (GPL)Evan Huus1-1/+4
2013-09-07Fix lua docstring causing the buildbot's documentation step to fail.Evan Huus1-2/+2
2013-09-07- no need for a doubly-linked list of TVBs, single is simplerEvan Huus3-12/+25
2013-09-07Added pinfo.can_desegment to lua script.Stig Bjørlykke1-0/+8
2013-09-07Batch of filterable expert infoMichael Mann9-228/+320
2013-09-07Display GTPv2 Area Code fields (which show up in some DIAMETER AVPs) asEvan Huus1-7/+7
2013-09-07Callers of tvb_per_bit_string expect that the returned value_tvb is non-NULL.Evan Huus1-0/+18
2013-09-07Fix a few more places that didn't have a semicolon after the address-macro use.Evan Huus2-8/+8
2013-09-07Add modelines, use consistent indentation in address.hEvan Huus2-129/+152
2013-09-07Added support for a "prefs_change" function in Lua scripts, which is calledStig Bjørlykke3-8/+44
2013-09-07Added support for integer range in DissectorTable_add and DissectorTable_remove.Stig Bjørlykke1-6/+28
2013-09-07A small documentation fix for DissectorTable_remove.Stig Bjørlykke1-1/+1
2013-09-07Added syntax and range checks for Lua Prefs.range default values.Stig Bjørlykke1-7/+26
2013-09-07 coverity 1047692: check return value of inet_pton()Martin Kaiser1-2/+11
2013-09-07trivial: fix a typoMartin Kaiser1-1/+1
2013-09-07From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9105 :Pascal Quantin2-33/+74
2013-09-07Only add data points to the throughput graph if our time window hasGerald Combs3-3/+28
2013-09-07Fix PacketList::goToPacket work correctly. Minor screen graphGerald Combs4-6/+18
2013-09-07Use "recode" to convert HTML entities to UTF-8 if it's available.Gerald Combs1-1/+6
2013-09-06Make the Lua dissector "init" routine work again.Stig Bjørlykke1-12/+2
2013-09-06Whitespace cleanup, sort options, add modelines.Chris Maynard1-75/+82
2013-09-06The 'a' option doesn't take an argument. Fix bug introduced by r49964.Chris Maynard1-1/+1
2013-09-06Switch from a 20 segment moving average to a 1 second MA. Add a #defineGerald Combs2-5/+24
2013-09-06Deduplicate some type and field names.Gerald Combs2-101/+120
2013-09-06Convert to wmem, and as per Michael's suggestion inEvan Huus1-10/+10
2013-09-06Set length and contents to 0/NULL if the blob is empty. FixesEvan Huus1-0/+2
2013-09-06Adjust titles and labels.Gerald Combs1-4/+9
2013-09-06Make graph movement pixel-based to match the GTK+ version.Gerald Combs1-4/+4
2013-09-06Throughput graph usability updates.Gerald Combs5-49/+73
2013-09-05Get rid of a duplicated filter name.Anders Broman3-20/+9
2013-09-05Try to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9106 :Pascal Quantin1-0/+1
2013-09-05add casts to make my compiler (gcc 4.6.3) happyMartin Kaiser1-3/+3
2013-09-05Display "TEID/GRE Key" field consistently as hexadecimal since 3GPP TS 36.444...Chris Maynard1-1/+1
2013-09-05Per http://nsis.sourceforge.net/Docs/Chapter4.html#4.2.4, we need to use $\n ...Chris Maynard1-1/+1
2013-09-05Make "content blob" dynamically sized so it doesn't take up 20k of memory per...Michael Mann1-10/+30
2013-09-05Add an expert info if we see content-length header and chunked encodingEvan Huus1-2/+12
2013-09-05As per the HTTP spec, prefer chunked transfer-encoding to content-length if weEvan Huus1-38/+38
2013-09-05The length field is retrieved from the packet in bytes, not bits, so stopEvan Huus2-6/+6