summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus6-20/+35
2012-10-26Revert revision 44921.Evan Huus6-49/+24
2012-10-25Fix problem where NTP times with the high-bit set to 0 (which RFC 2030Jeff Morriss2-10/+33
2012-10-25From Umberto Corponi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+3
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss2-10/+4
2012-10-25Mark a couple of parameters as unused. Fix up indentation (replace 4-space ta...Jeff Morriss1-154/+154
2012-10-25Fix cut-n-pasteo.Jeff Morriss1-1/+1
2012-10-25- Pretify output a bit more.Anders Broman1-149/+353
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss3-26/+31
2012-10-25- Dissect more options.Anders Broman3-110/+525
2012-10-25Add application/ccmp+xmlAnders Broman1-1/+2
2012-10-24Don't use g_slist_free_full() it needs a more recent GLIB than we officiallyEvan Huus1-2/+11
2012-10-24fix compliation on Win64Martin Kaiser1-1/+1
2012-10-24From Alexander KoeppeMartin Kaiser1-17/+93
2012-10-24Use tvb_reported_length to skip past all the bytes in the tvb.Chris Maynard1-1/+1
2012-10-24tabs -> spaces, indentation fixups.Chris Maynard1-170/+162
2012-10-24To indicate that all bytes in the tvb were consumed, just return tvb_reported...Chris Maynard1-1/+1
2012-10-24tvb_length_remaining() -> tvb_reported_length_remaining(). To indicate that ...Chris Maynard1-10/+8
2012-10-24Use tvb_reported_length() to skip past all bytes in the tvb.Chris Maynard1-1/+2
2012-10-24No need to increment offset past bytes in tvb; just return instead.Chris Maynard1-8/+5
2012-10-24wmem_allocator_t is defined in wmem_core.h; redefining it elsewhere willGuy Harris1-2/+0
2012-10-24Add dissection of ENVELOPE 3GPP SMS-PP DownloadPascal Quantin3-6/+20
2012-10-24Mark unused parameter.Anders Broman1-69/+69
2012-10-24Add dissection of a number of options.Anders Broman1-87/+588
2012-10-24Mark optlen as unused.Anders Broman1-1/+1
2012-10-24Highlight the correct number of bytes for hf_mip6_acoa_acoaAnders Broman1-7/+51
2012-10-24Include wmem_core.h to define the wmem_allocator_t typedef.Guy Harris1-0/+1
2012-10-24We're no longer defining the structure in a typedef definition, so weGuy Harris1-1/+1
2012-10-24Make it a little more like the Makefile.am for the ftypes subdirectory. Guy Harris1-6/+4
2012-10-24Have wmem_core.h define the wmem_allocator_t typedef, with an incompleteGuy Harris2-1/+3
2012-10-24No, it's not necessarily the case that a malformed frame will only occurGuy Harris1-1/+0
2012-10-24Fix autotools build - missed a few spots that needed updating for wmem.Evan Huus1-1/+1
2012-10-24Basic skeleton for wmem.Evan Huus14-9/+735
2012-10-24Uniformly use spaces, not tabs, for the PI_ list (one had spaces, oneGuy Harris1-17/+17
2012-10-23Note why there's no AT_IEEE_802_15_4_LONG (that's AT_EUI64).Guy Harris1-0/+1
2012-10-23Add an AT_ value for 802.15.4 short addresses.Guy Harris3-32/+41
2012-10-23From Steve MagnaniMartin Kaiser1-4/+6
2012-10-23Don't bother to check if cdata is NULL; it has already been dereferenced.Chris Maynard1-3/+1
2012-10-23j should also be guint16 to prevent overflows in the while-loopsMartin Kaiser1-2/+2
2012-10-23From Allan M. Madsen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-1/+2
2012-10-23Add B flag to Proxy Binding messages.Anders Broman1-0/+46
2012-10-23Mark unused parameters.Anders Broman1-13/+13
2012-10-23Allways use sminmpec_values_ext to print the vendor id regardless if we have ...Anders Broman1-4/+2
2012-10-23- Use mip6_mh_types to build the INFO_COL string rather than a fixed string i...Anders Broman1-40/+12
2012-10-22From Tim Hentenaar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7860Evan Huus3-0/+396
2012-10-22Fix some encoding args; (still more to do).Bill Meier1-59/+63
2012-10-22Cleanup:Bill Meier11-473/+332
2012-10-22ethereal --> wiresharkBill Meier1-1/+1
2012-10-22Minor cleanup:Bill Meier1-49/+48
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki4-4/+4