summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-12-22revert r46678Martin Kaiser1-2/+1
2012-12-22trivial: clean up epan/strutil.cMartin Kaiser1-767/+772
2012-12-22check the length parameter for tvb_get_unicode_string() andMartin Kaiser1-0/+4
2012-12-22Fox copy-and-paste error.Michael Tüxen1-2/+2
2012-12-22Add support for displaying the Packet Block Flags Word of pcapng.Michael Tüxen3-1/+148
2012-12-22From G.Gerrits:Jaap Keuter1-2/+3
2012-12-21Get rid of unnecessary initialization that causes "discards qualifiers"Guy Harris1-1/+1
2012-12-21Fix GSM 7-bit default alphabet decoding in ANSI IS-637-APascal Quantin1-111/+27
2012-12-21Include packet-gsm_sms.h and remove extern declarationsPascal Quantin1-11/+3
2012-12-21Use TVB_SET_ADDRESS_HF() and COPY_ADDRESS_SHALLOW() instead of tvb_get_ptr()Jeff Morriss1-85/+74
2012-12-21Use TVB_SET_ADDRESS() and COPY_ADDRESS_SHALLOW() instead of tvb_get_ptr()Jeff Morriss1-29/+12
2012-12-21fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8112Martin Kaiser1-1/+2
2012-12-21The KRB_RM_ #defines fit in 32 bits, so just make them unsigned, notGuy Harris1-4/+2
2012-12-21Check whether something's too big before subtracting it from anotherGuy Harris1-5/+5
2012-12-21Squelch a qualifier-discard warning.Guy Harris1-1/+1
2012-12-21Well, at least on my machine, packet-pres.c now compiles cleanly, withGuy Harris1-1/+1
2012-12-21Get rid of unused routines for UDC-type.Guy Harris1-18/+0
2012-12-21Don't assume a pointer fits inside an unsigned long - it doesn't, inGuy Harris1-11/+11
2012-12-21Get rid of duplicate declarations (so that -Wredundant-decls doesn'tGuy Harris1-2/+0
2012-12-21Everything else in the floating-point calculations is single-precision,Guy Harris1-3/+3
2012-12-21Make some loop counters unsigned, so that we handle very large loopGuy Harris1-23/+19
2012-12-21Constify some character pointer variables to avoid warnings aboutGuy Harris3-7/+7
2012-12-21Clean up white space.Guy Harris1-17/+16
2012-12-21Fix some valgrind warnings from the capture attached toEvan Huus1-3/+1
2012-12-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin1-4/+1
2012-12-20Revert r46595Pascal Quantin2-87/+2
2012-12-20Try to determine wether it is MEAS REP, EXT MEAS REP or ENH MEAS REP.Anders Broman1-2/+9
2012-12-19Only include wmem_core.h in packet_info.h. It's not technically aEvan Huus1-1/+1
2012-12-19See if *this* squelches the MSVC errors.Guy Harris1-3/+4
2012-12-19Implement a basic singly-linked for wmem.Evan Huus7-56/+241
2012-12-19Try to fix windows builds - MSVC doesn't like g_assert_not_reached() ?Evan Huus1-0/+3
2012-12-19Make the wmem string-buffer marginally useful but providing some accessors soEvan Huus2-0/+18
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus4-16/+39
2012-12-18Rename allocator_glib to allocator_simple, since the block allocator alsoEvan Huus7-36/+35
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss5-254/+236
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus10-18/+18
2012-12-18Don't do proto_tree_add_ether(..., tvb_get_ptr(...)), just use proto_tree_add...Jeff Morriss1-10/+5
2012-12-18From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-6/+75
2012-12-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin2-2/+87
2012-12-18SCSI: PERSISTENT_RESERVE_IN add names for service action 2/3 report capabili...Ronnie Sahlberg1-1/+5
2012-12-18Fix a double-free by setting the GSList back to NULL when we free it.Evan Huus1-0/+1
2012-12-18Use pinfo-scoped memory for 6LoWPAN addresses.Evan Huus1-2/+3
2012-12-18Get rid of another tvb_get_ptr() abuse (just like r46577 but in a differentJeff Morriss1-5/+7
2012-12-18Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-6/+7
2012-12-17Fix a copy and paste error.Martin Mathieson1-1/+1
2012-12-16From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=80...Pascal Quantin2-19/+55
2012-12-16Another composite-TVB fix inspired byJeff Morriss1-0/+6
2012-12-16Followup to r46565 and r46568: don't even create the composite TVB if we'reJeff Morriss1-4/+6
2012-12-16Apply r46565 to another spot.Jeff Morriss1-1/+2
2012-12-16As suggested by Evan in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss1-0/+3