aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-09Register a wmem callback to free the glib hash tables used in SMB2 conversationEvan Huus1-1/+26
2013-09-09Removed return value from ByteArray append and prepend, as this did pushStig Bjørlykke1-6/+7
2013-09-09From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qt...Alexis La Goutte1-0/+1
2013-09-09Add Preference to change Language (in QtShark)Alexis La Goutte2-1/+16
2013-09-09coverity 996921: add missing breakMartin Kaiser1-0/+1
2013-09-09we don't need brackets around SET_ADDRESS() any moreMartin Kaiser1-4/+1
2013-09-09In SMB2 dissector, make sure pinfo->private_data is pointing to an SMB structEvan Huus1-0/+8
2013-09-09Yet another cast fix.Stig Bjørlykke1-1/+1
2013-09-09One small step towards fixing the broken python support.Stig Bjørlykke5-29/+38
2013-09-09Added casts in dissector_delete_all_check().Stig Bjørlykke1-2/+2
2013-09-09Added DissectorTable_set and DissectorTable_remove_all to simplify changingStig Bjørlykke1-10/+94
2013-09-09Added dissector_delete_all() to remove all entries from a dissector table.Stig Bjørlykke2-0/+21
2013-09-09Complete the conversion of expert_add_info_format_text -> expert_add_info_for...Michael Mann2-5/+2
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