Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8908 :
[metze/wireshark/wip.git] / epan /
2013-07-15 Alexis La GoutteFix error from checkAPI.pl
2013-07-15 Anders BromanFrom Javier Godoy:
2013-07-15 Anders BromanUpdate dissection.
2013-07-15 Anders BromanFrom Javier Godoy:
2013-07-15 Jeff MorrissFrom Cal Turney via https://bugs.wireshark.org/bugzilla...
2013-07-15 Jeff MorrissRestore inclusion of report_err.h
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-15 Jeff MorrissFix up some white space.
2013-07-14 Jakub ZawadzkiFix assertion failed: ERROR:print.c:823:const guint8...
2013-07-14 Guy HarrisAll routines taking an offset and length that want...
2013-07-14 Guy HarrisA bit more comment updating.
2013-07-14 Guy HarrisFix incorrect use of dlsw.frame_direction for capabilit...
2013-07-14 Guy HarrisFix a comment.
2013-07-14 Guy HarrisGet rid of duplicate "Old message type" field.
2013-07-14 Guy HarrisMake pointers to raw packet data pointers to guint8...
2013-07-14 Guy HarrisCast the result of g_malloc(), to avoid warnings about...
2013-07-14 Jakub Zawadzkifix: ../../asn1/t38/packet-t38-template.c:346: warning...
2013-07-14 Jakub Zawadzkifix: packet-mp2t.c:489: warning: implicit declaration...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-07-14 Guy HarrisExport tvb_free_chain() so that tvbtest can use it.
2013-07-14 Guy HarrisSquelch a "not permitted in C++" warning.
2013-07-14 Guy HarrisBuild tvbtest the same way we build reassemble_test...
2013-07-14 Jakub ZawadzkiRewrite packet-mime-encap to use composite tvbs + cloning
2013-07-14 Jakub ZawadzkiFix tvbtest linking, move private structures to tvbuff_...
2013-07-14 Jakub ZawadzkiMove tvb real and subset implementations to seperate...
2013-07-14 Michael MannFirst real test of convert_proto_tree_add_text.pl.
2013-07-14 Evan HuusFix the OID registration leaks.
2013-07-14 Evan HuusFix one small leak in xml dissector registration.
2013-07-14 Evan HuusFix some of the preferences leaks. Don't strdup the...
2013-07-13 Jakub ZawadzkiAdd support for cloning TVBs, move tvb_new() prototype...
2013-07-13 Jakub ZawadzkiAdd new function: validate_offset() which checks if...
2013-07-13 Evan HuusFrom Chris Botje via https://bugs.wireshark.org/bugzill...
2013-07-13 Martin KaiserFrom Vaibhav Katkade
2013-07-13 Martin KaiserPNRP means Peer Name Resolution Protocol
2013-07-13 Jakub ZawadzkiRemove compute_offset_length()
2013-07-13 Jakub ZawadzkiCall check_offset_length_no_exception() in tvb_bytes_ex...
2013-07-13 Jakub ZawadzkiTVB: rewrite compute_offset_length(), check_offset_leng...
2013-07-13 Jakub Zawadzkiproto_custom_set() cleanup
2013-07-12 Chris MaynardIf the FCS isn't present, don't indicate "FCS Valid...
2013-07-12 Chris MaynardAdd the hidden wpan.frame_length to the IEEE 802.15...
2013-07-12 Jakub Zawadzkifix subset tvb: we want to do operation on backing...
2013-07-12 Alexis La GoutteFrom Matt Texier via https://bugs.wireshark.org/bugzill...
2013-07-12 Jeff MorrissFrom Dirk De Schepper via https://bugs.wireshark.org...
2013-07-12 Guy Harrisps.h got moved to epan.
2013-07-12 Jakub ZawadzkiMove bitmask array from ipv4_addr_set_netmask_bits...
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-12 Jeff MorrissMove disabled_protos.{h,c} into epan.
2013-07-11 Jeff MorrissMove some more modules into epan.
2013-07-11 Guy HarrisFix cut-and-pasteo found by a compiler warning.
2013-07-11 Guy HarrisFix typo found by a compiler warning.
2013-07-11 Anders BromanThe beginning of an openflow dissector.
2013-07-11 Anders BromanFrom Tommy Wu:
2013-07-11 Anders BromanFrom Tommy Wu:
2013-07-11 Chris MaynardFix an obvious case of incorrectly comparing the return...
2013-07-11 Jeff Morrissget_hfi_and_length() hasn't returned the hfi since...
2013-07-11 Jeff MorrissDon't mark a used parameter _U_.
2013-07-11 Jeff MorrissFor consistency:
2013-07-11 Jeff MorrissFix the very long loop fuzz failure reported in https...
2013-07-11 Michael MannClient subnet optcode value now IANA assigned. Warn...
2013-07-11 Jakub ZawadzkiFix two problems in tvbuff.h
2013-07-11 Jakub ZawadzkiRestore old composite_memcpy() prototype. Remove it...
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-07-11 Jakub Zawadzkitvbuff: try to fix compilation problems for C++-like...
2013-07-10 Pascal QuantinUpgrade NAS disssectors to v11.7.0
2013-07-10 Jakub Zawadzkitvbuff: remove ->tvb_init() from ops
2013-07-10 Jakub Zawadzkitvbuff: allow tvb-implementations using their own struc...
2013-07-10 Jakub ZawadzkiFix previous commit. Devel env with -w in CFLAGS is...
2013-07-10 Jakub Zawadzkitvbuff: replace type with operation vtable
2013-07-10 Stig BjørlykkeDocument that ProtoField INT64 and UINT64 does not...
2013-07-10 Stig BjørlykkeUse luaL_optnumber for ProtoField mask, to avoid a...
2013-07-10 Chris MaynardAdd strnatcmp by Martin Pool for 'natural order' string...
2013-07-10 Anders BromanFrom Javier Godoy:
2013-07-10 Evan HuusThe last bits of https://bugs.wireshark.org/bugzilla...
2013-07-09 Jakub Zawadzkitvbuff: use ep_strbuf_append_unichar()
2013-07-09 Martin Kaiserfix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-07-09 Pascal QuantinUpgrade LTE RRC dissector to v11.4.0
2013-07-09 Michael MannFix some uninitialized variable warnings reported in...
2013-07-09 Jakub Zawadzkitvb subset: move setting tvb->ds_tvb to tvb_new_with_su...
2013-07-09 Alexis La GoutteFrom Javier Godoy via https://bugs.wireshark.org/bugzil...
2013-07-09 Anders Bromanprefs.c: In function 'capture_column_set_cb':
2013-07-09 Anders BromanFrom Cal Turney:
2013-07-09 Michael MannBatch of filterable expert infos.
2013-07-08 Jeff MorrissFix the very long loop reported in https://bugs.wiresha...
2013-07-08 Pascal QuantinFix "Could not compile color filter "Checksum Errors...
2013-07-08 Gerald CombsNew Qt feature: Show related packet list items in the...
2013-07-08 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-07-08 Jakub ZawadzkiFixes for tmp_fld_check_value():
2013-07-07 Jakub Zawadzkiups? first add + 1, then multiply.
2013-07-07 Martin Kaiserfixed a typo in the expert infos
2013-07-07 Jakub Zawadzkitree_is_expanded: make it bit array.
2013-07-07 Jakub ZawadzkiMake tree_is_expanded array static, add setter/getter...
2013-07-07 Evan HuusA bit more of https://bugs.wireshark.org/bugzilla/show_...
2013-07-06 Evan HuusRevert part of r50415. As pointed out by Jakub, some...
2013-07-06 Jakub Zawadzkiproto.c: add few more cases when oct/hex can show up...
2013-07-06 Evan HuusFrom Marko Hrastovec via
2013-07-06 Pascal QuantinAdd UE Id to UDP framing protocol
2013-07-06 Pascal QuantinCount SDUs even when dumping only the MAC header
2013-07-06 Guy HarrisSquelch some warnings that show up with, for example...
2013-07-06 Evan HuusUse epan-scoped memory for 6lowpan preference names...
2013-07-06 Evan HuusUse epan-scoped memory for XML field strings. Another...
next