index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-gsm_a_dtap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow multiple registrations of a protocol in dissector tables.
Michael Mann
2015-11-04
1
-1
/
+1
*
[GSM DTAP]: fix indent (use 4 spaces)
Alexis La Goutte
2015-06-29
1
-1
/
+1
*
[GSM DTAP] Add Sequence number for Non call related SS messages.
Anders
2015-06-29
1
-1
/
+2
*
Replace tabs in files with editor modeline "expandtab"
Bill Meier
2015-06-11
1
-11
/
+11
*
Remove proto_tree_add_text from GSM dissectors.
Michael Mann
2015-04-01
1
-127
/
+197
*
GSM_A: dissector table for User-To-User signalling
Mikhail Koreshkov
2015-03-31
1
-1
/
+11
*
GSM_A-BCC: dissector for BCC Protocol
Mikhail Koreshkov
2015-03-12
1
-0
/
+589
*
GSM_A-GCC: dissector for GCC Protocol
Mikhail Koreshkov
2015-03-03
1
-0
/
+526
*
Replace tabs by spaces when editor modelines has "expandtab"
Bill Meier
2015-02-13
1
-6
/
+6
*
Replace proto_tree_add_text in dissector header files where it was used in a ...
Michael Mann
2015-01-02
1
-82
/
+86
*
Deleting unneccessary #includes from dissectors.
Martin Mathieson
2014-12-23
1
-3
/
+0
*
Cleanup use of #includes in non-generated epan/dissector/*.c
Bill Meier
2014-12-21
1
-3
/
+0
*
Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...
Bill Meier
2014-12-13
1
-36
/
+36
*
Remove the use of pinfo->private_data from dissectors that just save it to re...
Michael Mann
2014-11-26
1
-4
/
+0
*
Remove sccp_info member from packet_info structure.
Michael Mann
2014-11-26
1
-9
/
+10
*
gsm a dtap: Fix Dead Store (Dead assignement/Dead increment) warning found by...
Alexis La Goutte
2014-11-02
1
-1
/
+1
*
Clean up handling of BDC coded numbers a bit.
AndersBroman
2014-10-31
1
-47
/
+23
*
Eliminate proto_tree_add_text from packet-q933.c
Michael Mann
2014-10-30
1
-5
/
+2
*
Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...
Michael Mann
2014-10-15
1
-3
/
+1
*
Overhaul the filterability of packet-ansi_683.c
Michael Mann
2014-10-07
1
-1
/
+0
*
packet-gsm_a_dtap.c: various changes (mostly indentation/whitespace/formatting);
Bill Meier
2014-08-15
1
-4315
/
+4699
*
convert to proto_tree_add_subtree[_format]
Michael Mann
2014-06-29
1
-143
/
+95
*
Revert "Fixup: tvb_* -> tvb_captured"
Michael Mann
2014-06-19
1
-1
/
+1
*
Fixup: tvb_* -> tvb_captured
Dario Lombardo
2014-06-18
1
-1
/
+1
*
Convert a bunch of time_to_str functions to wmem
Evan Huus
2014-06-16
1
-1
/
+1
*
tvb_new_subset -> tvb_new_subset_length when length parameters are equal.
Michael Mann
2014-06-07
1
-2
/
+2
*
packet-q931.c: proto_tree_add_text -> something filterable.
Michael Mann
2014-06-04
1
-1
/
+0
*
(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...
Bill Meier
2014-03-07
1
-3
/
+3
*
Remove trailing whitespace.
Bill Meier
2014-02-25
1
-6
/
+6
*
Fix dissection of BCD numbers
Pascal Quantin
2014-02-23
1
-7
/
+5
*
Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...
Pascal Quantin
2014-01-01
1
-13
/
+2
*
Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Alexis La Goutte
2013-12-23
1
-6
/
+0
*
Fix a "'str' may be used uninitialized in this function" error
Pascal Quantin
2013-12-20
1
-1
/
+1
*
Fix time dissection broken in r54274
Pascal Quantin
2013-12-20
1
-14
/
+15
*
Try to please Clang-Code-Analysis buildbot
Pascal Quantin
2013-12-19
1
-3
/
+2
*
proto_tree_add_text -> proto_tree_add_xxx conversion.
Michael Mann
2013-12-19
1
-1096
/
+732
*
Rename a couple of to_str functions to have ep_ in the name. This makes it
Evan Huus
2013-12-19
1
-2
/
+2
*
Use tvb_get_string_enc(), or proto_tree_add_item(), rather than
Guy Harris
2013-12-19
1
-19
/
+2
*
Add a sixteenth element to all BCD digit sets to avoid garbage values when
Evan Huus
2013-12-18
1
-1
/
+1
*
Fix [-Wmissing-prototypes]
Jakub Zawadzki
2013-12-15
1
-0
/
+3
*
whitespace fixes; mostly: remove trailing blanks
Bill Meier
2013-10-13
1
-1
/
+1
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-4
/
+4
*
Fix off by 1 error when dissecting Data Radio Bearer identity number
Pascal Quantin
2013-09-17
1
-2
/
+5
*
Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...
Michael Mann
2013-09-16
1
-2
/
+2
*
Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...
Michael Mann
2013-09-15
1
-4
/
+3
*
Batch of filterable expert info.
Michael Mann
2013-09-03
1
-9
/
+28
*
Convert a few dissectors from EMEM to WMEM API
Pascal Quantin
2013-08-30
1
-4
/
+4
*
Highlight the correct byte for Timezone
Pascal Quantin
2013-04-05
1
-2
/
+2
*
Rename value string (and similar) functions to use a consistent pattern. This
Evan Huus
2013-03-29
1
-6
/
+6
*
Do not initialize ett_tree and dtap_msg_fcn when match_strval_idx does not fi...
Pascal Quantin
2013-03-24
1
-10
/
+27
[next]