aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-12-18Fixed some OPTIONAL vs. DEFAULT issues.stig1-2/+2
2009-12-18Regenerated with SIZE constraints checking.stig2-23/+36
2009-12-18Regenerated with SIZE constraints checking.stig2-42/+296
2009-12-18Regenerated with SIZE constraints checking.stig2-307/+584
2009-12-18Added option (-C) to check for SIZE constraints in octet-string, integer,stig2-9/+108
2009-12-18Added expert info group PI_PROTOCOL.stig2-1/+4
2009-12-18Fix crash bug by allocating correct size of struct (used with SR tracking).martinm1-2/+6
2009-12-18Dissect NumberPortabilityRequest return result.etxrab1-2/+42
2009-12-18Introduce a value_string to provide descriptions for some SMTP responsesfisher1-1/+29
2009-12-18Fix our match flags.gerald2-3/+3
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for thegerald7-20/+273
2009-12-17Fix/enhacement of Quality of Service IEdimeg1-403/+292
2009-12-17Remove stray #if 1martinm1-1/+0
2009-12-17Adding FT_NONE item with proto_tree_add_item() causes crashes later, so usemartinm1-4/+8
2009-12-17Introduce "Ignore Packet" in the packet list.stig5-0/+54
2009-12-16From Pascal Quantin:etxrab1-18/+17
2009-12-16Expert info warning when Keypad Facility IE contains character that isdimeg1-4/+10
2009-12-16Update CC Capabilities IE to decode ENICM and MCATdimeg1-2/+24
2009-12-15More NULL entries in dtap_msg_sm_fcn[] to avoid out of bounds accessdimeg1-5/+5
2009-12-15Fix/update for PDP Address IEdimeg1-97/+63
2009-12-15Fix a number of copy & paste errors introduced over various checkins andsfisher1-8/+8
2009-12-15From Yaniv Kaul:jake1-8/+16
2009-12-15From Vasil Velichkov:etxrab1-8/+24
2009-12-14Use the right field for the extension length. Should fixguy1-1/+1
2009-12-14Add support for LUDT/LUDTS in ANSI (ANSI added them in 2000/2001).morriss1-64/+53
2009-12-14Add a cast to try to keep the win64 compiler happymartinm1-2/+2
2009-12-14Add ETSI Applications.etxrab1-0/+12
2009-12-14Show the time between SR and failure or grant.martinm1-6/+43
2009-12-14Catch unexpected Scheduling Request state transitions as expert info.martinm1-7/+57
2009-12-14From Thomas Dreibholz:jake1-35/+68
2009-12-13Remove obsoleted test (test is obsoleted by svn 31252)sake1-16/+0
2009-12-13Fix for bug 3955 and 4288. When doing Follow TCP stream, there was no sake3-6/+12
2009-12-12From Mathieu Parent:jake2-48/+127
2009-12-12From Yaniv Kaul:jake1-22/+45
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sguy2-24/+30
2009-12-12Suggest solutions on the missing MIBs popup window.rbalint1-1/+4
2009-12-11From Richard Pecl:jake1-0/+1
2009-12-11From Martin Willi:jake1-5/+1
2009-12-11From Pascal Quantin: add PDCP framing method over UDP.martinm2-0/+235
2009-12-11Just use abs_time_secs_to_str() to display UTC times, now that it has aguy1-14/+6
2009-12-11Protect against localtime() failing.guy1-8/+14
2009-12-11The pointer is "tmp", not "tm".guy1-6/+6
2009-12-11Squelch warnings.guy1-2/+2
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andguy1-25/+51
2009-12-10From Clif Bratcher:jake1-0/+6
2009-12-10Generated fields should not highlight any bytes in the packet bytes pane.sfisher1-1/+1
2009-12-10Show absolute times as UTC, as was done before.guy1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy22-105/+101
2009-12-10Well, not quite - proto_tree_add_item() doesn't work on FT_ABSOLUTE_TIMEguy1-1/+4
2009-12-10Just use proto_tree_add_item(), don't use a fancy sequence of code thatguy1-5/+1