aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Comment out all but first value_string array entries with dup values:wmeier4-16/+14
2012-08-23Fill in some missing functionality. Rename some variables and rearrangegerald4-184/+165
2012-08-23Replace dup value (typo ?) with what seems to be the correct value.wmeier1-1/+1
2012-08-23Fix incorrect value (typo) in value-string array.wmeier1-1/+1
2012-08-23Comment out dups (many of which are marked "deprecated" in packet-x11-keysymd...wmeier1-71/+73
2012-08-23Cleanup: Whitespace and long lines;wmeier1-946/+1156
2012-08-23value-string arrays - allow "direct" access: fix dup val & fill in a "gap".wmeier1-8/+32
2012-08-23Fix extended value-string linear search: Move out-of-order value-string array...wmeier1-2/+2
2012-08-23Fix extended value-string linear search: remove 2 dups from value-string array.wmeier1-2/+0
2012-08-23The proper way to set compiler flags in cmake is not by usingjmayer2-8/+20
2012-08-23Replace if(os1) endif() if(os2) endif() with elseifjmayer1-4/+2
2012-08-23Replace hand crafted be-le conversion by its glib counterpart.jmayer1-4/+1
2012-08-23The name configure.in has been deprecated for many years.jmayer7-16/+16
2012-08-23Remove commented out rulesjmayer4-26/+2
2012-08-23Fixes for warnings: unused-but-set-variablejmayer4-10/+20
2012-08-23Update spec link to version 2.1jmayer1-1/+1
2012-08-23Add comment where to find the specificationjmayer1-2/+7
2012-08-23Add link to version 1 specification.jmayer1-4/+9
2012-08-23Get rid of unnecessary function pointer - just directly call theguy1-4/+1
2012-08-23Rationalise the way lists/elements are allocated.martinm1-4/+6
2012-08-23Visual C++ 2008 → 2010.gerald2-20/+22
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658eapache2-128/+1917
2012-08-23Catch key events where needed and direct them to the display filtergerald6-96/+112
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658eapache1-1/+1
2012-08-22Add larger sizes to try to make Windows 8 happy.gerald2-0/+0
2012-08-22Put the state of flags in the hop_flags field into the summary line.guy1-5/+12
2012-08-22Handle return/enter/escape in the Go to Packet QLineEdit.gerald1-1/+12
2012-08-22Try to make Ubuntu buildbot happypascal1-3/+3
2012-08-22proto_item_append_string() doesn't work this case, so stop using it.martinm3-24/+24
2012-08-22From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...pascal1-181/+916
2012-08-22Add French National parameter https://bugs.wireshark.org/bugzilla/show_bug.cg...etxrab2-1/+11
2012-08-22From Teguh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7657eapache1-2/+2
2012-08-21Delete the ROHC from here as it is superceded by packet-rohc.cmartinm1-1672/+7
2012-08-21Call proto_item_append_string() rather than proto_item_append_text()martinm2-16/+16
2012-08-21Avoid some calls to strlen() by remembering return value frommartinm1-10/+11
2012-08-21Use tvb_get_stringz() rather than tvb_get_const_stringz(). I know thatmartinm1-5/+5
2012-08-21Use proto_item_append_string() rather than proto_item_append_text() withmartinm3-8/+11
2012-08-21Add dissection of locationInformation IE in Ericsson proprietary extensionpascal4-20/+129
2012-08-21Fix filter names for Ericsson proprietary extensionspascal3-79/+80
2012-08-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7648 :pascal6-17/+177
2012-08-21Fix compilation.gerald1-3/+3
2012-08-20Restore the previous focus when we're done going to a packet.gerald2-3/+17
2012-08-20Flow-Direction is 3GPP code 1080 not 1073.morriss1-19/+59
2012-08-20Stylize the "go to packet" bar.gerald3-3/+29
2012-08-20Remove unused hf_gsm_map_imsi_digits entry and fix filter name for hf_gsm_map...pascal2-20/+10
2012-08-20Avoid defining 2 entries with incompatible types (FT_BYTES vs FT_NONE) and sa...pascal2-1/+6
2012-08-20Basic "Go to Packet" implementation.gerald5-5/+98
2012-08-19Enhance the http dissector to correctly reassemble httpsake1-1/+15
2012-08-19Handle double-clicks in the tree.gerald5-26/+69
2012-08-19Be more specific.gerald1-27/+27