aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-02-01Dissect a bit more of data records.Anders Broman1-15/+101
2011-02-01Further restructure the DECT dissector:Jaap Keuter1-188/+247
2011-02-01From John Thacker via bug #5644: Can't include expert.h in C++ codeStephen Fisher1-0/+7
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.Bill Meier2-3/+3
2011-02-01Fix compilation error: gsm_a_dir_of_ver_speed_vals is a VALS not a TFS.Stephen Fisher1-1/+1
2011-01-31packet-bssgp.c:10020: warning: 'bssgp_perform_loc_response' defined but not usedAnders Broman1-2/+3
2011-01-31From Johan Kristell:Jaap Keuter1-2/+5
2011-01-31More IE dissection.Anders Broman3-6/+265
2011-01-31Use {'0', ...} type initializer for fixed length character arrays.Bill Meier1-3/+2
2011-01-31Use tvb_bytes_to_str() iso home-grown hex output fcn.Bill Meier1-23/+2
2011-01-31Clean up dissector code. Pass data block to data dissector.Jaap Keuter1-122/+100
2011-01-31Fix minor bug lookups of certain "peer ids" would fail.Bill Meier1-3/+3
2011-01-31Add a Manual entry to the Lua menu.Jaap Keuter1-0/+5
2011-01-31Replace some blurbs with NULLJeff Morriss1-13/+13
2011-01-31Change a bunch of value and tfs strings to not be prefixed by hf_ but ieee802...Anders Broman3-53/+47
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.Bill Meier1-1/+1
2011-01-31#include <stdio.h>, #include <stdlib.h> not req'd;Bill Meier2-527/+525
2011-01-31Add dissection of Evolved Allocation/Retention Priority I IE.Anders Broman1-8/+98
2011-01-31From Roberto Morro: Fix for Bug #5628Bill Meier1-4/+11
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.Anders Broman3-43/+251
2011-01-31Put back a 'return' statement so GCC doesn't generate a warning...Bill Meier1-0/+1
2011-01-31Describe in more detail some of the fields that may be filled in for an LTE M...Martin Mathieson1-6/+21
2011-01-31Clean up white space.Guy Harris1-118/+128
2011-01-30Fix various instances of "unreachable code".Bill Meier4-5/+2
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier7-21/+6
2011-01-30Add more MSG dissection.Anders Broman1-21/+157
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke58-12/+366
2011-01-30Moved packet-t38.c to the ASN.1 section.Stig Bjørlykke1-1/+1
2011-01-30From Alexis La Goutte:Anders Broman1-26/+33
2011-01-30[Automatic manuf, services and enterprise-numbers update for 2011-01-30]Gerald Combs1-7/+219
2011-01-30From Grzegorz Szczytowski:Anders Broman1-10/+29
2011-01-29From Alexis La Goutte:Anders Broman1-149/+271
2011-01-28I believe 0 was meant instead of sizeof(0)....Bill Meier1-2/+1
2011-01-28Move protocol details from above the copyright notice to below.Stephen Fisher1-14/+17
2011-01-28Remove the remaining tvb_fake_unicode() calls in the dissector source. Stephen Fisher1-10/+5
2011-01-28Fix r35690: tvb_get_unicode_string() takes length in 8-bit bytes, notStephen Fisher2-2/+2
2011-01-28Change tvb_fake_unicode() to tvb_get_unicode_string() in the DCERPCStephen Fisher2-2/+2
2011-01-28Mention that the fake tvb unicode functions have been supercededStephen Fisher2-0/+4
2011-01-28Fix bug #5627: DHCPv6 dissector formats DUID_LLT time incorrectly Stephen Fisher1-2/+2
2011-01-27Fix chekcAPIs.Gerald Combs1-1/+1
2011-01-27From Johannes Berg via bug 5625:Gerald Combs3-1/+123
2011-01-27Use g_error() (with a hopefully-useful error message) instead of g_assert() t...Jeff Morriss1-5/+8
2011-01-27Improve/rework the way we look for the original frame when there is a DL. ret...Martin Mathieson1-68/+39
2011-01-27From Roberto Morro: RSVP dissector enhancementsBill Meier1-302/+988
2011-01-27Don't treat the aligned and unaligned bit strings differentlyAnders Broman1-52/+30
2011-01-27The attemt to pretify MSISDN and IMSI breaks the dissection.Anders Broman1-65/+11
2011-01-27From Masatake YAMATO: Updating value_string for dlm3.m.resultBill Meier1-0/+15
2011-01-27Fix a typo and prettify some printouts.Anders Broman1-2/+23
2011-01-27Removed duplicate hf_gsm_a_bssmap_lsa_only registry.Stig Bjørlykke1-5/+0
2011-01-27From Stéphane Bryant: bug fixes and improvements in RELOAD dissector:Bill Meier1-371/+401