aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Fixes for warnings: unused-but-set-variableJörg Mayer4-10/+20
2012-08-23Update spec link to version 2.1Jörg Mayer1-1/+1
2012-08-23Add comment where to find the specificationJörg Mayer1-2/+7
2012-08-23Add link to version 1 specification.Jörg Mayer1-4/+9
2012-08-23Get rid of unnecessary function pointer - just directly call theGuy Harris1-4/+1
2012-08-23Rationalise the way lists/elements are allocated.Martin Mathieson1-4/+6
2012-08-23Visual C++ 2008 → 2010.Gerald Combs2-20/+22
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus2-128/+1917
2012-08-23Catch key events where needed and direct them to the display filterGerald Combs6-96/+112
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus1-1/+1
2012-08-22Add larger sizes to try to make Windows 8 happy.Gerald Combs2-0/+0
2012-08-22Put the state of flags in the hop_flags field into the summary line.Guy Harris1-5/+12
2012-08-22Handle return/enter/escape in the Go to Packet QLineEdit.Gerald Combs1-1/+12
2012-08-22Try to make Ubuntu buildbot happyPascal Quantin1-3/+3
2012-08-22proto_item_append_string() doesn't work this case, so stop using it.Martin Mathieson3-24/+24
2012-08-22From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin1-181/+916
2012-08-22Add French National parameter https://bugs.wireshark.org/bugzilla/show_bug.cg...Anders Broman2-1/+11
2012-08-22From Teguh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7657Evan Huus1-2/+2
2012-08-21Delete the ROHC from here as it is superceded by packet-rohc.cMartin Mathieson1-1672/+7
2012-08-21Call proto_item_append_string() rather than proto_item_append_text()Martin Mathieson2-16/+16
2012-08-21Avoid some calls to strlen() by remembering return value fromMartin Mathieson1-10/+11
2012-08-21Use tvb_get_stringz() rather than tvb_get_const_stringz(). I know thatMartin Mathieson1-5/+5
2012-08-21Use proto_item_append_string() rather than proto_item_append_text() withMartin Mathieson3-8/+11
2012-08-21Add dissection of locationInformation IE in Ericsson proprietary extensionPascal Quantin4-20/+129
2012-08-21Fix filter names for Ericsson proprietary extensionsPascal Quantin3-79/+80
2012-08-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7648 :Pascal Quantin6-17/+177
2012-08-21Fix compilation.Gerald Combs1-3/+3
2012-08-20Restore the previous focus when we're done going to a packet.Gerald Combs2-3/+17
2012-08-20Flow-Direction is 3GPP code 1080 not 1073.Jeff Morriss1-19/+59
2012-08-20Stylize the "go to packet" bar.Gerald Combs3-3/+29
2012-08-20Remove unused hf_gsm_map_imsi_digits entry and fix filter name for hf_gsm_map...Pascal Quantin2-20/+10
2012-08-20Avoid defining 2 entries with incompatible types (FT_BYTES vs FT_NONE) and sa...Pascal Quantin2-1/+6
2012-08-20Basic "Go to Packet" implementation.Gerald Combs5-5/+98
2012-08-19Enhance the http dissector to correctly reassemble httpSake Blok1-1/+15
2012-08-19Handle double-clicks in the tree.Gerald Combs5-26/+69
2012-08-19Be more specific.Gerald Combs1-27/+27
2012-08-19Try colors from the Tango palette.Gerald Combs2-33/+97
2012-08-19Split test_file_close out of do_file_close and use it in file_open_cmd_cb.Evan Huus1-10/+24
2012-08-19Try to fix the buildbotAnders Broman1-2/+2
2012-08-19Add automatic tree expansion. Get rid of some unnecessary void * casts.Gerald Combs6-19/+88
2012-08-19Apply the speed improvement from r44578 to 64bits variant and length determin...Pascal Quantin1-33/+42
2012-08-19[Automatic manuf, services and enterprise-numbers update for 2012-08-19]Gerald Combs3-25/+230
2012-08-19Don't go into a tight loop when there's no specific number of passes.Evan Huus1-17/+19
2012-08-19From Toralf Förster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2-2/+2
2012-08-19highlight only the bytes that actually belong to the CATMartin Kaiser1-8/+8
2012-08-19Calling g_strlcat() for every bit of a constrained integer was reallyMartin Mathieson1-10/+12
2012-08-19Both lists of elements are always allocated together, so save a scanMartin Mathieson1-5/+4
2012-08-19Correct a number in a value_string.Martin Mathieson1-1/+1
2012-08-19Speed up drawing of axes by taking cairo_stroke() andMartin Mathieson1-12/+4
2012-08-19Save time by not appending byte values to the SDU item if will be hidden anyw...Martin Mathieson1-11/+20