aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann165-1226/+1226
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann5-24/+24
2013-09-08expert_add_info_format_text -> expert_add_info_textMichael Mann4-1952/+1952
2013-09-08Add a chunk forgotten in r51846Pascal Quantin1-57/+59
2013-09-08Slightly different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin3-82/+86
2013-09-08Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann5-11/+14
2013-09-08Convert malformed ("protocol") expert infos into something filterable. Not s...Michael Mann1-11/+21
2013-09-08Cycle the recycler in realloc() and free() as well, reducing memory usage of theEvan Huus1-3/+17
2013-09-08Restore some format arguments that were accidentally dropped.Evan Huus1-3/+3
2013-09-08Add filterable expert info to generated X11 dissector. I didn't regenerate t...Michael Mann2-1/+3
2013-09-08Add filterable expert info to NCP dissector.Michael Mann1-25/+20
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 Huus4-16/+12
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-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-07From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9105 :Pascal Quantin2-33/+74
2013-09-06Make the Lua dissector "init" routine work again.Stig Bjørlykke1-12/+2
2013-09-06Deduplicate some type and field names.Gerald Combs1-100/+100
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-05Get rid of a duplicated filter name.Anders Broman1-13/+7
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-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 Huus1-3/+3
2013-09-05Move where timing reference for DRX timers will be setMartin Mathieson1-27/+29
2013-09-05Convert atn-* dissectors to wmem. No emem in new code please!Evan Huus4-54/+45
2013-09-05Generated file differs in whitespace output Jörg Mayer1-1/+1
2013-09-05From Christoph Viethen:Anders Broman1-1/+1
2013-09-05From Chris Bontje:Anders Broman1-17/+89
2013-09-05From Mathias Guettler:Anders Broman1-0/+4
2013-09-05From Mathias Guettler:Anders Broman4-0/+11889
2013-09-053GPP-MS-TimeZone value is not decoded in RADIUS and DIAMETER messages.Anders Broman2-1/+85
2013-09-05From Dirk:Anders Broman3-46/+41
2013-09-05Fix some expert filter field names (one of which was illegal)Michael Mann1-15/+15
2013-09-05Remove commented out expert_add_info_formatMichael Mann1-5/+0
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann8-8/+26
2013-09-05Batch of filterable expert info.Michael Mann3-171/+248