aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-08-25packet-gmr1_bcch: Add guards in the SI1/2 choice of segmentsylvain/gmrSylvain Munaut1-0/+2
2012-08-25packet-gmr1_bcch: Whitespaces fixesSylvain Munaut1-4/+4
2012-08-25packet-gmr1_rr: Add support for "Assignement Command 1" messagesSylvain Munaut1-1/+41
2012-08-25packet-gsmtap: Call GMR-1 RACH dissector when appropriateSylvain Munaut1-0/+5
2012-08-25packet-gmr1_rach: Add GMR-1 RACH dissectionSylvain Munaut3-0/+715
2012-08-25lucent-hnbHolger Hans Peter Freyther3-0/+105
2012-08-25Update protocol name to match the changes done in r44661pascal1-1/+1
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top lev...pascal6-782/+782
2012-08-25Extern (and use) extended value string instead of the associated value string...wmeier4-9/+9
2012-08-25cleanup g_malloc memory leaksmmann1-4/+4
2012-08-25value_sring fixes;wmeier1-5/+8
2012-08-25cleanup some unnecessary g_malloc callsmmann4-74/+14
2012-08-24effectively revert r44161, having the display filters favor '.' over '_'mmann3-184/+184
2012-08-24Force extended value string linear search (not binary search) in one case:wmeier1-1/+16
2012-08-24Replace dup value_string array entry with correct entry; (dup was typo)wmeier1-1/+1
2012-08-24Allow extended value string binary search (istead of linear search): re-order...wmeier1-2/+2
2012-08-24match display filter prefix for all filtersmmann1-3/+3
2012-08-24Adding period to proto filter name for being part of the "diameter" grouping.mmann1-1/+1
2012-08-24minor display filter field typosmmann2-2/+2
2012-08-24Add period separator for "base" proto filter name.mmann4-4/+4
2012-08-23Don't call dissect_custom_message() when it's not initialized.morriss1-3/+4
2012-08-23Comment out all but first value_string array entries with dup values:wmeier4-16/+14
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-23Replace hand crafted be-le conversion by its glib counterpart.jmayer1-4/+1
2012-08-23Remove commented out rulesjmayer1-2/+2
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-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658eapache1-128/+1916
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658eapache1-1/+1
2012-08-22Put the state of flags in the hop_flags field into the summary line.guy1-5/+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...etxrab1-0/+6
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-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 extensionpascal1-17/+72
2012-08-21Fix filter names for Ericsson proprietary extensionspascal1-77/+77
2012-08-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7648 :pascal2-12/+109