aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-03-01Use "tvb_format_string()" on strings extracted from the packet.Guy Harris1-32/+21
2006-03-01Replace commenting-out of code with "#if 0"/#endif" - it's a bit saferGuy Harris1-9/+12
2006-03-01Constify some items, and make one item static, so we don't initializeGuy Harris1-2/+2
2006-02-28Fix for bug 762: implementing Off/On duration presentation in 10ms unitsJaap Keuter1-11/+26
2006-02-28From Martin Mathieson:Anders Broman1-1/+9
2006-02-28Bugfix: Dissect BAT ASE Signal IE properly.Anders Broman1-9/+2
2006-02-28From Peter Johansson:Anders Broman1-1/+1
2006-02-28mark a few generated fields as generated using PROTO_ITEM_SET_GENERATEDRonnie Sahlberg1-14/+43
2006-02-28add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...Ronnie Sahlberg4-55/+57
2006-02-27Add guard pages to emem.c. GP memory is protected using mprotect()Gerald Combs1-19/+92
2006-02-27Properly terminate a value string. Fixes a current Buildbot complaint.Gerald Combs1-1/+2
2006-02-27from dieder:Anders Broman1-1/+1
2006-02-27From diderAnders Broman1-7/+19
2006-02-27Add extention bit if per internal fields shown.Anders Broman1-1/+3
2006-02-25Fix bounds error.Jaap Keuter1-1/+1
2006-02-25From Martin Mathieson:Anders Broman1-7/+14
2006-02-23Print an error when we detect memory corruption. Fix a typo in a comment.Gerald Combs1-5/+5
2006-02-23Fix bug 765. ARMBER -> AMBERJaap Keuter1-6/+6
2006-02-23The task management flags in FCP are very useful to display since they convey...Ronnie Sahlberg1-23/+30
2006-02-23create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg2-8/+15
2006-02-23Fix bug 764. Always initialize the members of the tuple on creation.Jaap Keuter1-0/+1
2006-02-23From Alejandro Vaquero:Anders Broman1-51/+54
2006-02-23From Alejandro Vaquero:Anders Broman2-16/+23
2006-02-23Fix for bug 762. Decode either LED function or off duration.Jaap Keuter1-5/+41
2006-02-23add an expansion to ethernet source and destination addressesRonnie Sahlberg1-11/+55
2006-02-23fix for bug 718Ronnie Sahlberg1-17/+7
2006-02-23Add TCAP ssnAnders Broman1-6/+29
2006-02-22Desegment DT1 messages.Anders Broman1-15/+54
2006-02-22make the old style SNMP dissector handle 64 bit integers betterRonnie Sahlberg1-2/+15
2006-02-22make IPP treat all fields with the name '*-time' and being 4 byte integersRonnie Sahlberg1-20/+67
2006-02-22 from kirby filesRonnie Sahlberg2-1/+31
2006-02-21Fix for bug 758: Adding facility codes 12-15 according to RFC 3164Jaap Keuter1-10/+11
2006-02-21Fix for bug 724: DNS dissector fails in handling the sign of Altitude in LOC ...Jaap Keuter1-1/+1
2006-02-20From Balint Reczey (IJ/ETH)Anders Broman1-27/+173
2006-02-20From Sake Blok:Anders Broman1-0/+6
2006-02-19Remove c++ style comment.Anders Broman1-26/+26
2006-02-19Fix for bug 752:Jaap Keuter1-5/+5
2006-02-18From Florent.Drouin@alcatel.frAnders Broman2-26/+88
2006-02-17Don't try to fill in last_dn if it doesn't exist. Fixes the current BuildbotGerald Combs1-11/+14
2006-02-17Dissect the rest of the IE:sAnders Broman1-4/+322
2006-02-17Paolo Abeni:Jörg Mayer1-2/+2
2006-02-17Squelch some compiler warnings.Guy Harris1-24/+23
2006-02-16Add dissection of all Signals and more IE:sAnders Broman2-7372/+11338
2006-02-16Paolo Abeni:Jörg Mayer1-2/+4
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris18-175/+179
2006-02-15Jerry Talkington:Jörg Mayer1-1/+1
2006-02-14Make sure SSL_DEBUG_USE_STDERR is always defined.Gerald Combs2-7/+8
2006-02-14Paolo Abeni:Jörg Mayer1-1/+1
2006-02-14Fix the loop that checks $PATH for the binary to actually step from oneGuy Harris1-34/+31
2006-02-14Have the emem.c memdup routines accept and return "void *", asGuy Harris2-4/+4