aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-25packet-gmr1_bcch: Add guards in the SI1/2 choice of segmentsylvain/gmrSylvain Munaut1-0/+2
Although the CSN1 dissector itself will just stop if there is no matching segment, it will leave the choice field uninitizalized and so when we use it to fill some other text, it crashes ... To protect against that, we put a last choice entry that will always match. As a bonus, it triggers an explicit error in CSN so you know something is wrong. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-08-25packet-gmr1_bcch: Whitespaces fixesSylvain Munaut1-4/+4
Those were erroneously introduced during a compile fix Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-08-25packet-gmr1_rr: Add support for "Assignement Command 1" messagesSylvain Munaut1-1/+41
Those have been spotted "in the wild" when a CSD call is placed to go from TCH3 to TCH9 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-08-25packet-gsmtap: Call GMR-1 RACH dissector when appropriateSylvain Munaut1-0/+5
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-08-25packet-gmr1_rach: Add GMR-1 RACH dissectionSylvain Munaut3-0/+715
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-08-25lucent-hnbHolger Hans Peter Freyther3-0/+105
Add lucent hnb patch from OpenBSC
2012-08-25Update protocol name to match the changes done in r44661pascal1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44668 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top ↵pascal6-782/+782
level gsm_a filter name git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44667 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-25Add the directory "__" to svn-ignore, as CMake seems to create it wheneapache0-0/+0
building qtshark... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44666 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-25Extern (and use) extended value string instead of the associated value ↵wmeier4-9/+9
string array. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44665 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-25cleanup g_malloc memory leaksmmann1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44664 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-25value_sring fixes;wmeier1-5/+8
- fix dup: use correct value for an entry (typo); - comment out 2nd entry of a dup pair: 2 cases git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44663 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-25cleanup some unnecessary g_malloc callsmmann4-74/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44662 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24effectively revert r44161, having the display filters favor '.' over '_'mmann3-184/+184
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44661 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Fix a trivial typo.wmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44660 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Force extended value string linear search (not binary search) in one case:wmeier2-3/+26
Fixed: { -2, -1, 0, 1, 3} (note gap) used a binary search (which would fail); Note: { -2, -1, 0, 1, 2 ,3 } (no gap) allowed; will still do a direct access; Also: Add a comment to README.developer extended value string section. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44659 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Minor update to tcp_dissect_pdus() section.wmeier1-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44658 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Replace dup value_string array entry with correct entry; (dup was typo)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44657 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Allow extended value string binary search (istead of linear search): ↵wmeier1-2/+2
re-order value_srring array entries slightly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44656 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all dependgerald7-231/+150
on the GLib main loop which isn't portable (unless you want to want to manage the main loop yourself). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44655 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Check for PFNAME #define as it is a common substitute for a literal string ↵mmann1-3/+20
for the proto filter name and consider it the proto filter name. Ignore "duplicates" that are generated because a display filter is prefixed by a #define (which checkfiltername.pl is not smart enough to handle), causing an empty string git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44654 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24match display filter prefix for all filtersmmann2-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44653 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Adding period to proto filter name for being part of the "diameter" grouping.mmann1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44652 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24minor display filter field typosmmann2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44651 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-24Add period separator for "base" proto filter name.mmann4-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44650 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Ignore auto generated osx-dmg.sh filepascal0-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44649 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Allow proto filter names to have a period in them and allow display filter ↵mmann1-0/+26
names to use any period separated value as a prefix. For example "gmr1.foo.bar" would allow "gmr1", "gmr1.foo" and "gmr1.foo.bar" as valid prefixes. Otherwise it will be flagged as a possible error. Also added a "FILE TYPE" for proto filter names with a period so that they can be verified. Presumably only "large", possibly "meta" protocols (probably spanning multiple dissector files) will be allowed to use a period in the proto filter name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44648 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Don't call dissect_custom_message() when it's not initialized.morriss1-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44646 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Fix compilation on Windows.gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44645 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Move the pipe input routines to the common UI directory.gerald7-150/+230
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44644 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Allow focus in the task list, which in turn allows keyboard navigation.gerald2-4/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44643 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Comment out all but first value_string array entries with dup values:wmeier4-16/+14
kept: first dup since that's the one which would be found with a linear search. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44642 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Fill in some missing functionality. Rename some variables and rearrangegerald4-184/+165
a few things. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44641 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Replace dup value (typo ?) with what seems to be the correct value.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44640 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Fix incorrect value (typo) in value-string array.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44639 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Comment out dups (many of which are marked "deprecated" in ↵wmeier1-71/+73
packet-x11-keysymdef.h) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44638 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Cleanup: Whitespace and long lines;wmeier1-946/+1156
Also: remove a few boilerplate comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44637 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23value-string arrays - allow "direct" access: fix dup val & fill in a "gap".wmeier1-8/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44636 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Fix extended value-string linear search: Move out-of-order value-string ↵wmeier1-2/+2
array entry. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44635 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Fix extended value-string linear search: remove 2 dups from value-string array.wmeier1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44634 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23The proper way to set compiler flags in cmake is not by usingjmayer2-8/+20
add_definitions() but the variables CMAKE_C{,XX}_FLAGS. Set these flags correctly at the toplevel, so no hack in the ui/qt/ subdir is required anymore. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44633 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Replace if(os1) endif() if(os2) endif() with elseifjmayer1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44632 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Replace hand crafted be-le conversion by its glib counterpart.jmayer1-4/+1
That way processor specific optimizations may be picked up. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44631 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23The name configure.in has been deprecated for many years.jmayer7-16/+16
Use configure.ac instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44630 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Remove commented out rulesjmayer4-26/+2
Whitespace fixes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44629 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Fixes for warnings: unused-but-set-variablejmayer4-10/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44628 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Update spec link to version 2.1jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44627 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Add comment where to find the specificationjmayer1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44626 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Add link to version 1 specification.jmayer1-4/+9
Remote trailing whitespcace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44625 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-23Get rid of unnecessary function pointer - just directly call theguy1-4/+1
function in the switch statement. This keeps us from calling through an uninitialized pointer for custome parameter numbers other than LLRP_VENDOR_IMPINJ (as warned of by at least some compilers). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44624 f5534014-38df-0310-8fa8-9805f1628bb7