aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-07-14All routines taking an offset and length that want to access the data inGuy Harris1-1/+1
2013-07-14A bit more comment updating.Guy Harris1-1/+1
2013-07-14Fix incorrect use of dlsw.frame_direction for capability exchangeGuy Harris1-3/+4
2013-07-14Fix a comment.Guy Harris1-4/+4
2013-07-14Get rid of duplicate "Old message type" field.Guy Harris1-1/+0
2013-07-14Make pointers to raw packet data pointers to guint8, not pointers toGuy Harris1-2/+2
2013-07-14Cast the result of g_malloc(), to avoid warnings about trying to compileGuy Harris1-4/+4
2013-07-14fix: ../../asn1/t38/packet-t38-template.c:346: warning: request for implicit ...Jakub Zawadzki1-1/+1
2013-07-14fix: packet-mp2t.c:489: warning: implicit declaration of function 'tvb_new_pr...Jakub Zawadzki1-0/+2
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki30-235/+226
2013-07-14Export tvb_free_chain() so that tvbtest can use it.Guy Harris2-4/+6
2013-07-14Squelch a "not permitted in C++" warning.Guy Harris1-1/+1
2013-07-14Build tvbtest the same way we build reassemble_test; see whether thatGuy Harris1-8/+20
2013-07-14Rewrite packet-mime-encap to use composite tvbs + cloningJakub Zawadzki3-19/+56
2013-07-14Fix tvbtest linking, move private structures to tvbuff_subsetJakub Zawadzki3-18/+18
2013-07-14Move tvb real and subset implementations to seperate files.Jakub Zawadzki6-259/+340
2013-07-14First real test of convert_proto_tree_add_text.pl.Michael Mann1-80/+165
2013-07-14Fix the OID registration leaks.Evan Huus1-7/+9
2013-07-14Fix one small leak in xml dissector registration.Evan Huus1-1/+1
2013-07-14Fix some of the preferences leaks. Don't strdup the defaults, as they will beEvan Huus1-10/+9
2013-07-13Add support for cloning TVBs, move tvb_new() prototype to wtap-int.hJakub Zawadzki3-4/+49
2013-07-13Add new function: validate_offset() which checks if offset is within bounds o...Jakub Zawadzki1-50/+31
2013-07-13From Chris Botje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8917Evan Huus1-23/+120
2013-07-13From Vaibhav KatkadeMartin Kaiser1-0/+53
2013-07-13PNRP means Peer Name Resolution ProtocolMartin Kaiser1-2/+2
2013-07-13Remove compute_offset_length() Jakub Zawadzki1-46/+55
2013-07-13Call check_offset_length_no_exception() in tvb_bytes_exist(), fix possible in...Jakub Zawadzki1-7/+2
2013-07-13TVB: rewrite compute_offset_length(), check_offset_length_no_exception() to r...Jakub Zawadzki1-100/+89
2013-07-13proto_custom_set() cleanupJakub Zawadzki1-62/+34
2013-07-12If the FCS isn't present, don't indicate "FCS Valid: True". Instead, indicat...Chris Maynard1-1/+1
2013-07-12Add the hidden wpan.frame_length to the IEEE 802.15.4 tree, not the top-level...Chris Maynard1-1/+1
2013-07-12fix subset tvb: we want to do operation on backing tvb on position: abs_offse...Jakub Zawadzki1-4/+4
2013-07-12From Matt Texier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8691...Alexis La Goutte1-205/+343
2013-07-12From Dirk De Schepper via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-6/+6
2013-07-12ps.h got moved to epan.Guy Harris1-0/+1
2013-07-12Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() Jakub Zawadzki4-77/+26
2013-07-12Move the print modules into epan.Jeff Morriss8-3/+2281
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss4-0/+492
2013-07-11Move some more modules into epan.Jeff Morriss6-0/+889
2013-07-11Fix cut-and-pasteo found by a compiler warning.Guy Harris1-7/+7
2013-07-11Fix typo found by a compiler warning.Guy Harris1-1/+1
2013-07-11The beginning of an openflow dissector.Anders Broman3-0/+947
2013-07-11From Tommy Wu:Anders Broman1-11/+39
2013-07-11From Tommy Wu:Anders Broman1-10/+10
2013-07-11Fix an obvious case of incorrectly comparing the return value of tvb_length_r...Chris Maynard1-2/+3
2013-07-11get_hfi_and_length() hasn't returned the hfi since r50015: rename itJeff Morriss1-7/+7
2013-07-11Don't mark a used parameter _U_.Jeff Morriss1-1/+1
2013-07-11For consistency:Jeff Morriss1-50/+50
2013-07-11Fix the very long loop fuzz failure reported in https://bugs.wireshark.org/bu...Jeff Morriss1-4/+13
2013-07-11Client subnet optcode value now IANA assigned. Warn if experimental placehol...Michael Mann1-6/+14