| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of an outdated format | Martin Mathieson | 2012-10-10 | 1 | -6/+0 |
* | Update to format of string that indicates SR failure. | Martin Mathieson | 2012-10-10 | 1 | -1/+3 |
* | Give up trying to parse those lines - the format has changed and its too | Martin Mathieson | 2012-10-06 | 1 | -73/+0 |
* | Also avoid some unnecessary calls to strcmp() here, where the release | Martin Mathieson | 2012-09-24 | 1 | -10/+2 |
* | Let's be consistent and display lte_rrc root for all LTE RRC messages | Pascal Quantin | 2012-09-23 | 1 | -3/+3 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Add data parameter to call_dissector_only. | Jakub Zawadzki | 2012-09-11 | 1 | -6/+6 |
* | Use tvb_get_stringz() rather than tvb_get_const_stringz(). I know that | Martin Mathieson | 2012-08-21 | 1 | -5/+5 |
* | Match R9 versions of some more LTE protocols to registered dissector names. | Martin Mathieson | 2012-07-18 | 1 | -4/+9 |
* | Speed up reading of out-header values, and add a couple of 'monitor' | Martin Mathieson | 2012-07-12 | 1 | -19/+57 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | packet-umts_fp.h now requires epan/conversation.h. | Guy Harris | 2012-05-07 | 1 | -0/+1 |
* | Check result of sscanf(), and avoid a mirrored variable declaration. | Martin Mathieson | 2012-04-28 | 1 | -2/+5 |
* | Don't look up p_fp_info only to always overwrite it. | Martin Mathieson | 2012-04-28 | 1 | -1/+1 |
* | Upgrade MAC LTE dissector to Release 10 (V10.5.0) | pascal | 2012-04-25 | 1 | -0/+5 |
* | Improve support for primitives that carry NAS-EPS. | Martin Mathieson | 2012-03-29 | 1 | -14/+122 |
* | FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE; | Bill Meier | 2012-03-16 | 1 | -65/+66 |
* | Call X2AP dissector. | Martin Mathieson | 2012-03-06 | 1 | -0/+7 |
* | "Call nas-eps" dissector for nas_rrc_r8_lte and nas_rrc_r9_lte frames that ha... | Martin Mathieson | 2012-01-11 | 1 | -0/+50 |
* | Add the reason for a UL ReTx (PDCCH retx grant or PHICH NACK). | Martin Mathieson | 2011-11-25 | 1 | -1/+7 |
* | Add the system frame number (SFN) to the context fields logged along with LTE... | Martin Mathieson | 2011-11-21 | 1 | -3/+8 |
* | UMTS RLC: | Martin Mathieson | 2011-11-15 | 1 | -7/+8 |
* | Add remaining UMTS RLC primitive parameters preceding RLC payload. | Martin Mathieson | 2011-11-14 | 1 | -1/+113 |
* | Terminate a value_string. | Jeff Morriss | 2011-11-04 | 1 | -1/+2 |
* | Add (most) primitive header items to the tree before calling UMTS RLC dissector. | Martin Mathieson | 2011-11-03 | 1 | -3/+82 |
* | Fix the width of a type (and hopefully please the buildbots). | Martin Mathieson | 2011-10-28 | 1 | -1/+1 |
* | First go at calling UMTS RLC dissector from IxCatapult logs. | Martin Mathieson | 2011-10-28 | 1 | -1/+226 |
* | Fix some proto_tree_add_item() encoding args; | Bill Meier | 2011-10-26 | 1 | -13/+16 |
* | For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. | Bill Meier | 2011-10-21 | 1 | -1/+1 |
* | Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST... | Bill Meier | 2011-10-15 | 1 | -5/+5 |
* | Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au... | Bill Meier | 2011-10-06 | 1 | -25/+25 |
* | Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen... | Bill Meier | 2011-10-04 | 1 | -3/+3 |
* | Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,... | Bill Meier | 2011-08-08 | 1 | -1/+0 |
* | Support multiple Scheduling Requests in one PDU. | Martin Mathieson | 2011-05-11 | 1 | -16/+49 |
* | Remove enum cast that doesn't do anything and causes a warning about | Stephen Fisher | 2011-04-22 | 1 | -1/+1 |
* | Don't assign top_ti - delete it for now. | Martin Mathieson | 2011-03-22 | 1 | -13/+1 |
* | Don't increment after reading last outheader value (as reported by clang). | Martin Mathieson | 2011-03-16 | 1 | -5/+5 |
* | Try to fix checkApi script. | Martin Mathieson | 2011-03-15 | 1 | -1/+1 |
* | Fix calling of LTE dissectors for R9 DCT protocols. | Martin Mathieson | 2011-03-15 | 1 | -6/+18 |
* | Tweak the way we setup FP R8 info. | Martin Mathieson | 2011-03-01 | 1 | -2/+9 |
* | Add and use accessors to get/set per-packet data for LTE MAC. | Martin Mathieson | 2011-02-02 | 1 | -5/+5 |
* | Getting ready for R9 versions of some LTE protocols. | Martin Mathieson | 2011-01-13 | 1 | -3/+6 |
* | Introduce, and start using, tvb_get_const_stringz(). This function returns a | Jeff Morriss | 2011-01-12 | 1 | -33/+27 |
* | (After discussion on -dev) revert 35393: the old code is faster (and it is sa... | Jeff Morriss | 2011-01-06 | 1 | -24/+30 |
* | Use tvb_get_ephemeral_stringz() instead of tvb_get_strsize() plus (sometimes ... | Jeff Morriss | 2011-01-06 | 1 | -30/+24 |
* | Remove a stray debug printf(). | Martin Mathieson | 2011-01-05 | 1 | -3/+3 |
* | Properly read UL grant subframe number. | Martin Mathieson | 2010-12-23 | 1 | -6/+9 |
* | Skip an outheader field. | Martin Mathieson | 2010-12-23 | 1 | -0/+2 |
* | Be more consistent about how offset is updated while dissecting lte_rrc fields. | Martin Mathieson | 2010-12-21 | 1 | -2/+9 |
* | From Papan Kumar Singh (bug 5504 & 5505): | Martin Mathieson | 2010-12-20 | 1 | -0/+1 |