Convert a few more dissectors to wmem
[metze/wireshark/wip.git] / epan /
2013-09-12 Pascal QuantinConvert a few more dissectors to wmem
2013-09-12 Gerald CombsAdd previous/next stream navigation to the TCP stream...
2013-09-12 Jörg Mayeremem -> wmem
2013-09-12 Martin Kaiserdissect OCSP nonce extension
2013-09-12 Martin Kaisermark unused parameters
2013-09-12 Anders BromanTry to make the STUN heuristic sligtly more efficient.
2013-09-12 Jörg MayerAdd missing includes
2013-09-12 Pascal QuantinConvert a few dissectors from emem to wmem API
2013-09-12 Chris MaynardMore dissector table name related changes (a continuati...
2013-09-12 Guy HarrisThe secs field of an nstime_t is a time_t, so cast...
2013-09-12 Guy HarrisNote what the various ENC_TIME_ encodings are.
2013-09-12 Jörg Mayeremem -> wmem ("tshark -v" tested)
2013-09-12 Jörg MayerMake proto.c compile on my system (linux, 32 bit)
2013-09-12 Anders BromanFix UDP port range.
2013-09-12 Evan HuusRevert the TPNCP changes in r51972 until we can figure...
2013-09-12 Evan HuusAdd casts to fix mac buildbots.
2013-09-12 Evan HuusFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-09-12 Evan HuusUse wmem_new to get the automatic casts to fix the...
2013-09-12 Jörg Mayeremem -> wmem
2013-09-12 Jörg Mayeremem -> wmem
2013-09-12 Jörg MayerConvert from emem to wmem.
2013-09-12 Evan HuusMore wmem.
2013-09-12 Evan HuusConvert a few more dissectors to wmem.
2013-09-12 Evan HuusUse epan-scope memory for OIDs, cleaning up another...
2013-09-12 Stig BjørlykkeFrom Robert G. Jakabosky via bug 5575:
2013-09-12 Guy HarrisNeed to specify the particular FT_UINTn type.
2013-09-12 Guy HarrisGive various files RCS IDs.
2013-09-12 Guy HarrisFix the types of some multi-bit bitfields - they're...
2013-09-11 Chris MaynardRename frame relay NLPID dissector table from "fr.ietf...
2013-09-11 Chris MaynardTest the return value of tvb_reported_length_remaining...
2013-09-11 Chris MaynardChange the name of the Cisco HDLC dissector table from...
2013-09-11 Jeff MorrissMark a couple of parameters as unused.
2013-09-11 Anders Broman- Introduce a dissector table for Vendor AVP:s
2013-09-11 Chris MaynardInstead of prepending "LLC " to the UI table name,...
2013-09-11 Gerald CombsMove a lot of includes from follow_stream_dialog.h to
2013-09-10 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-09-10 Martin Kaiserproto_tree -> proto_item
2013-09-10 Martin Kaiserremove unnecessary if (tree)
2013-09-10 Stig BjørlykkeEnable Lua ldap, smb and smb2 taps
2013-09-10 Stig BjørlykkeAdded TreeItem prepend_text().
2013-09-10 Stig BjørlykkeFixed some NSTime error texts.
2013-09-10 Stig BjørlykkeFixed FieldInfo documentation.
2013-09-10 Anders BromanFrom Selvamegala:
2013-09-10 Anders BromanFreom Dennis:
2013-09-10 Anders BromanChange the default preference on how to dissect dunnele...
2013-09-10 Anders BromanFrom: Michal Labedzki <michal.labedzki@tieto.com>
2013-09-09 Chris MaynardMore dissector table UI name changes (a continuation...
2013-09-09 Chris MaynardChange some internal dissector table UI names so it...
2013-09-09 Stig BjørlykkeReturn ByteArray as "value" for FieldInfo's with type...
2013-09-09 Stig BjørlykkeInitialize all tvb values in FieldInfo_get_range.
2013-09-09 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-09-09 Evan HuusRegister a wmem callback to free the glib hash tables...
2013-09-09 Stig BjørlykkeRemoved return value from ByteArray append and prepend...
2013-09-09 Alexis La GoutteFrom Dean Lee via https://bugs.wireshark.org/bugzilla...
2013-09-09 Alexis La GoutteAdd Preference to change Language (in QtShark)
2013-09-09 Martin Kaisercoverity 996921: add missing break
2013-09-09 Martin Kaiserwe don't need brackets around SET_ADDRESS() any more
2013-09-09 Evan HuusIn SMB2 dissector, make sure pinfo->private_data is...
2013-09-09 Stig BjørlykkeYet another cast fix.
2013-09-09 Stig BjørlykkeOne small step towards fixing the broken python support.
2013-09-09 Stig BjørlykkeAdded casts in dissector_delete_all_check().
2013-09-09 Stig BjørlykkeAdded DissectorTable_set and DissectorTable_remove_all...
2013-09-09 Stig BjørlykkeAdded dissector_delete_all() to remove all entries...
2013-09-09 Michael MannComplete the conversion of expert_add_info_format_text...
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-08 Michael Mannexpert_add_info_format_text -> expert_add_info_text
2013-09-08 Pascal QuantinAdd a chunk forgotten in r51846
2013-09-08 Pascal QuantinSlightly different fix for https://bugs.wireshark.org...
2013-09-08 Michael MannCouldn't quite figure out how to make the expert items...
2013-09-08 Michael MannConvert malformed ("protocol") expert infos into someth...
2013-09-08 Evan HuusCycle the recycler in realloc() and free() as well...
2013-09-08 Evan HuusRestore some format arguments that were accidentally...
2013-09-08 Michael MannAdd filterable expert info to generated X11 dissector...
2013-09-08 Michael MannAdd filterable expert info to NCP dissector.
2013-09-08 Michael MannBatch of filterable expert info
2013-09-07 Evan HuusFix the FSF address in the license header for the new...
2013-09-07 Evan HuusFix lua docstring causing the buildbot's documentation...
2013-09-07 Evan Huus- no need for a doubly-linked list of TVBs, single...
2013-09-07 Stig BjørlykkeAdded pinfo.can_desegment to lua script.
2013-09-07 Michael MannBatch of filterable expert info
2013-09-07 Evan HuusDisplay GTPv2 Area Code fields (which show up in some...
2013-09-07 Evan HuusCallers of tvb_per_bit_string expect that the returned...
2013-09-07 Evan HuusAdd modelines, use consistent indentation in address.h
2013-09-07 Stig BjørlykkeAdded support for a "prefs_change" function in Lua...
2013-09-07 Stig BjørlykkeAdded support for integer range in DissectorTable_add...
2013-09-07 Stig BjørlykkeA small documentation fix for DissectorTable_remove.
2013-09-07 Stig BjørlykkeAdded syntax and range checks for Lua Prefs.range defau...
2013-09-07 Martin Kaiser coverity 1047692: check return value of inet_pton()
2013-09-07 Pascal QuantinFrom Tyson Key via https://bugs.wireshark.org/bugzilla...
2013-09-06 Stig BjørlykkeMake the Lua dissector "init" routine work again.
2013-09-06 Gerald CombsDeduplicate some type and field names.
2013-09-06 Evan HuusConvert to wmem, and as per Michael's suggestion in
2013-09-06 Evan HuusSet length and contents to 0/NULL if the blob is empty...
2013-09-05 Anders BromanGet rid of a duplicated filter name.
2013-09-05 Martin Kaiseradd casts to make my compiler (gcc 4.6.3) happy
2013-09-05 Chris MaynardDisplay "TEID/GRE Key" field consistently as hexadecima...
2013-09-05 Michael MannMake "content blob" dynamically sized so it doesn't...
2013-09-05 Evan HuusAdd an expert info if we see content-length header...
2013-09-05 Evan HuusAs per the HTTP spec, prefer chunked transfer-encoding...
next